diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-24 20:44:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-24 20:44:02 +0200 |
commit | 1b20d3d608c96125e72795c7eba657d3cf546935 (patch) | |
tree | 725b0c4277a7e80664f289f678a49f742ebe1cb0 /runtime/optwin.vim | |
parent | 1deee627fae200e0a95418fab7f8caeadeb6e380 (diff) | |
download | vim-git-1b20d3d608c96125e72795c7eba657d3cf546935.tar.gz |
Add 'window' to the options window.
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r-- | runtime/optwin.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 <SID>BinOptionG("lz", &lz) if has("reltime") |