]> granicus.if.org Git - vim/commitdiff
Add 'window' to the options window.
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Jul 2010 18:44:02 +0000 (20:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Jul 2010 18:44:02 +0000 (20:44 +0200)
runtime/optwin.vim

index 70c56f585abdecfbec66ea92a3d84165acb1b831..73de9e101ab18bc003f13910621ca87fd4ea7044 100644 (file)
@@ -348,6 +348,8 @@ call append("$", "columns\twidth of the display")
 call append("$", " \tset co=" . &co)
 call append("$", "lines\tnumber of lines in the display")
 call append("$", " \tset lines=" . &lines)
+call append("$", "window\tnumber of lines to scroll for CTRL-F and CTRL-B")
+call append("$", " \tset window=" . &window)
 call append("$", "lazyredraw\tdon't redraw while executing macros")
 call <SID>BinOptionG("lz", &lz)
 if has("reltime")