Skip to content
Snippets Groups Projects
Commit 1b20d3d6 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

Add 'window' to the options window.

parent 1deee627
No related merge requests found
...@@ -348,6 +348,8 @@ call append("$", "columns\twidth of the display") ...@@ -348,6 +348,8 @@ call append("$", "columns\twidth of the display")
call append("$", " \tset co=" . &co) call append("$", " \tset co=" . &co)
call append("$", "lines\tnumber of lines in the display") call append("$", "lines\tnumber of lines in the display")
call append("$", " \tset lines=" . &lines) 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 append("$", "lazyredraw\tdon't redraw while executing macros")
call <SID>BinOptionG("lz", &lz) call <SID>BinOptionG("lz", &lz)
if has("reltime") if has("reltime")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment