# HG changeset patch # User Bram Moolenaar # Date 1279997042 -7200 # Node ID 6d6d72521a9a66c79727a38ab599f79cf46f536e # Parent ab69430e646ccf54d02ae09633cb9efb06d35320 Add 'window' to the options window. diff --git a/runtime/optwin.vim b/runtime/optwin.vim --- 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 BinOptionG("lz", &lz) if has("reltime")