comparison 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
comparison
equal deleted inserted replaced
2385:295d53417fc3 2386:fb8cce4174f0
375 endif 375 endif
376 if has("conceal") 376 if has("conceal")
377 call append("$", "conceallevel\tcontrols whether concealable text is hidden") 377 call append("$", "conceallevel\tcontrols whether concealable text is hidden")
378 call append("$", "\t(local to window)") 378 call append("$", "\t(local to window)")
379 call <SID>OptionL("cole") 379 call <SID>OptionL("cole")
380 call append("$", "concealcursor\tcontrols whether concealable text is hidden in the cursor line") 380 call append("$", "concealcursor\tmodes in which text in the cursor line can be concealed")
381 call append("$", "\t(local to window)") 381 call append("$", "\t(local to window)")
382 call <SID>OptionL("cocu") 382 call <SID>OptionL("cocu")
383 endif 383 endif
384 384
385 385