summaryrefslogtreecommitdiffstats
path: root/runtime/optwin.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-24 15:56:43 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-24 15:56:43 +0200
commit4f99eae08202f8d740f8f7b70fce498773a634b6 (patch)
tree4561a3c8b408c93fb316a64eab58cfbc4ef70a5d /runtime/optwin.vim
parentfa9a37096d2701bc0a5a3c25f249d295beaf4dfd (diff)
Better text for 'concealcursor' in :options window.
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r--runtime/optwin.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index a723e0a40e..c27fbd5d63 100644
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -377,7 +377,7 @@ if has("conceal")
call append("$", "conceallevel\tcontrols whether concealable text is hidden")
call append("$", "\t(local to window)")
call <SID>OptionL("cole")
- call append("$", "concealcursor\tcontrols whether concealable text is hidden in the cursor line")
+ call append("$", "concealcursor\tmodes in which text in the cursor line can be concealed")
call append("$", "\t(local to window)")
call <SID>OptionL("cocu")
endif