comparison runtime/optwin.vim @ 2396:6d6d72521a9a vim73

Add 'window' to the options window.
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Jul 2010 20:44:02 +0200
parents ab69430e646c
children 0c8219a26bc9
comparison
equal deleted inserted replaced
2395:ab69430e646c 2396:6d6d72521a9a
346 call append("$", " \tset ch=" . &ch) 346 call append("$", " \tset ch=" . &ch)
347 call append("$", "columns\twidth of the display") 347 call append("$", "columns\twidth of the display")
348 call append("$", " \tset co=" . &co) 348 call append("$", " \tset co=" . &co)
349 call append("$", "lines\tnumber of lines in the display") 349 call append("$", "lines\tnumber of lines in the display")
350 call append("$", " \tset lines=" . &lines) 350 call append("$", " \tset lines=" . &lines)
351 call append("$", "window\tnumber of lines to scroll for CTRL-F and CTRL-B")
352 call append("$", " \tset window=" . &window)
351 call append("$", "lazyredraw\tdon't redraw while executing macros") 353 call append("$", "lazyredraw\tdon't redraw while executing macros")
352 call <SID>BinOptionG("lz", &lz) 354 call <SID>BinOptionG("lz", &lz)
353 if has("reltime") 355 if has("reltime")
354 call append("$", "redrawtime\ttimeout for 'hlsearch' and :match highlighting in msec") 356 call append("$", "redrawtime\ttimeout for 'hlsearch' and :match highlighting in msec")
355 call append("$", " \tset rdt=" . &rdt) 357 call append("$", " \tset rdt=" . &rdt)