diff runtime/optwin.vim @ 2386:fb8cce4174f0 vim73

Better text for 'concealcursor' in :options window.
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Jul 2010 15:56:43 +0200
parents 295d53417fc3
children a3aca345aafa
line wrap: on
line diff
--- 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