aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-06-20 18:45:03 -0300
committerJustin M. Keyes <justinkz@gmail.com>2015-08-24 00:48:32 -0400
commit45121a267f6374624570b88127f58c237abb623a (patch)
tree628a84bde6c3a20b330bf1167fa5541ede1223a4 /runtime/doc
parent7280e8c365af585400ad9f5da56dcd2f9d043982 (diff)
downloadrneovim-45121a267f6374624570b88127f58c237abb623a.tar.gz
rneovim-45121a267f6374624570b88127f58c237abb623a.tar.bz2
rneovim-45121a267f6374624570b88127f58c237abb623a.zip
defaults: set 'laststatus' to 2. #2876
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/options.txt2
-rw-r--r--runtime/doc/vim_diff.txt1
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