diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-14 20:55:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-14 20:55:25 +0100 |
commit | 67e45292925daf08d353581c1a9999eb0e2202dd (patch) | |
tree | 02deae38aeacb03694f1885b6727958b19b3dba4 /runtime/doc/options.txt | |
parent | 30a21830d06f1e99431c2a632133577841b10c32 (diff) | |
download | rneovim-67e45292925daf08d353581c1a9999eb0e2202dd.tar.gz rneovim-67e45292925daf08d353581c1a9999eb0e2202dd.tar.bz2 rneovim-67e45292925daf08d353581c1a9999eb0e2202dd.zip |
defaults: scrollback=10000 (#7556)
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index f58532824c..026cfbe2eb 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4789,7 +4789,7 @@ A jump table for the options with a short description can be found at |Q_op|. height with ":set scroll=0". *'scrollback'* *'scbk'* -'scrollback' 'scbk' number (default: 1000 +'scrollback' 'scbk' number (default: 10000 in normal buffers: -1) local to buffer Maximum number of lines kept beyond the visible screen. Lines at the |