From: Bram Moolenaar Date: Sat, 24 Jul 2010 18:44:02 +0000 (+0200) Subject: Add 'window' to the options window. X-Git-Tag: v7.3~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b20d3d608c96125e72795c7eba657d3cf546935;p=vim Add 'window' to the options window. --- diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 70c56f585..73de9e101 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -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 BinOptionG("lz", &lz) if has("reltime")