diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-06-20 18:45:03 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-08-24 00:48:32 -0400 |
commit | 45121a267f6374624570b88127f58c237abb623a (patch) | |
tree | 628a84bde6c3a20b330bf1167fa5541ede1223a4 /runtime/doc/vim_diff.txt | |
parent | 7280e8c365af585400ad9f5da56dcd2f9d043982 (diff) | |
download | rneovim-45121a267f6374624570b88127f58c237abb623a.tar.gz rneovim-45121a267f6374624570b88127f58c237abb623a.tar.bz2 rneovim-45121a267f6374624570b88127f58c237abb623a.zip |
defaults: set 'laststatus' to 2. #2876
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |