From 1b20d3d608c96125e72795c7eba657d3cf546935 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar <Bram@vim.org> Date: Sat, 24 Jul 2010 20:44:02 +0200 Subject: [PATCH] Add 'window' to the options window. --- runtime/optwin.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 70c56f585a..73de9e101a 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 <SID>BinOptionG("lz", &lz) if has("reltime") -- GitLab