diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-24 15:56:43 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-24 15:56:43 +0200 |
commit | 4f99eae08202f8d740f8f7b70fce498773a634b6 (patch) | |
tree | 4561a3c8b408c93fb316a64eab58cfbc4ef70a5d /runtime/optwin.vim | |
parent | fa9a37096d2701bc0a5a3c25f249d295beaf4dfd (diff) | |
download | vim-git-4f99eae08202f8d740f8f7b70fce498773a634b6.tar.gz |
Better text for 'concealcursor' in :options window.
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r-- | runtime/optwin.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim index a723e0a40..c27fbd5d6 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 |