comparison runtime/optwin.vim @ 2282:a888ed7ba375 vim73

Make updating text for conceal mode simpler. A few compiler warning fixes.
author Bram Moolenaar <bram@vim.org>
date Fri, 02 Jul 2010 20:20:09 +0200
parents 1bac28a53fae
children 9272cc83214f
comparison
equal deleted inserted replaced
2281:e41433ea71df 2282:a888ed7ba375
480 call append("$", "\t(local to window)") 480 call append("$", "\t(local to window)")
481 call <SID>BinOptionL("scb") 481 call <SID>BinOptionL("scb")
482 call append("$", "scrollopt\t\"ver\", \"hor\" and/or \"jump\"; list of options for 'scrollbind'") 482 call append("$", "scrollopt\t\"ver\", \"hor\" and/or \"jump\"; list of options for 'scrollbind'")
483 call <SID>OptionG("sbo", &sbo) 483 call <SID>OptionG("sbo", &sbo)
484 endif 484 endif
485 if has("cursorbind")
486 call append("$", "cursorbind\tthis window's cursor moves together with other bound windows")
487 call append("$", "\t(local to window)")
488 call <SID>BinOptionL("crb")
489 endif
485 490
486 491
487 call <SID>Header("multiple tab pages") 492 call <SID>Header("multiple tab pages")
488 call append("$", "showtabline\t0, 1 or 2; when to use a tab pages line") 493 call append("$", "showtabline\t0, 1 or 2; when to use a tab pages line")
489 call append("$", " \tset stal=" . &stal) 494 call append("$", " \tset stal=" . &stal)