comparison runtime/optwin.vim @ 2250:1bac28a53fae vim73

Add the conceal patch from Vince Negri.
author Bram Moolenaar <bram@vim.org>
date Sat, 05 Jun 2010 23:22:07 +0200
parents f8222d1f9a73
children a888ed7ba375
comparison
equal deleted inserted replaced
2249:6d3d35ff2c2b 2250:1bac28a53fae
371 if has("linebreak") 371 if has("linebreak")
372 call append("$", "numberwidth\tnumber of columns to use for the line number") 372 call append("$", "numberwidth\tnumber of columns to use for the line number")
373 call append("$", "\t(local to window)") 373 call append("$", "\t(local to window)")
374 call <SID>OptionL("nuw") 374 call <SID>OptionL("nuw")
375 endif 375 endif
376 if has("conceal")
377 call append("$", "conceallevel\tcontrols whether concealable elements are hidden")
378 call append("$", "\t(local to window)")
379 call <SID>OptionL("conc")
380 endif
376 381
377 382
378 call <SID>Header("syntax, highlighting and spelling") 383 call <SID>Header("syntax, highlighting and spelling")
379 call append("$", "background\t\"dark\" or \"light\"; the background color brightness") 384 call append("$", "background\t\"dark\" or \"light\"; the background color brightness")
380 call <SID>OptionG("bg", &bg) 385 call <SID>OptionG("bg", &bg)