diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index e4719c3065..f28e5b9515 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4052,7 +4052,7 @@ A jump table for the options with a short description can be found at |Q_op|. that works for you to avoid mappings to break. *'laststatus'* *'ls'* -'laststatus' 'ls' number (default 1) +'laststatus' 'ls' number (default 2) global The value of this option influences when the last window will have a status line: diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 2edc10486c..8f88906e38 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -39,6 +39,7 @@ these differences. - 'hlsearch' is set by default - 'incsearch' is set by default - 'langnoremap' is set by default +- 'laststatus' defaults to 2 (statusline is always shown) - 'listchars' defaults to "tab:> ,trail:-,nbsp:+" - 'mouse' defaults to "a" - 'nocompatible' is always set |