changeset 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 d5976fe4349d
files runtime/optwin.vim
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -348,6 +348,8 @@ call append("$", "columns\twidth of the 
 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")