diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-06-20 14:17:26 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-21 01:48:53 -0400 |
commit | 2c40d117e6a378b506a37c8bb467f95bc7cfa447 (patch) | |
tree | 8c62f415cd787c844e920676f7af229a25eff9ae /runtime/doc/vim_diff.txt | |
parent | 7e7d78b2a60af64593c989c407bde977c9cb0233 (diff) | |
download | rneovim-2c40d117e6a378b506a37c8bb467f95bc7cfa447.tar.gz rneovim-2c40d117e6a378b506a37c8bb467f95bc7cfa447.tar.bz2 rneovim-2c40d117e6a378b506a37c8bb467f95bc7cfa447.zip |
defaults: set 'display' to "lastline" by default.
Re: https://github.com/neovim/neovim/issues/2676
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 0f32e1ea64..1770781a55 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -32,6 +32,7 @@ these differences. - 'autoindent' is set by default. - 'backspace' defaults to "indent,eol,start" - 'complete' doesn't include "i" +- 'display' defaults to "lastline" - 'encoding' defaults to "utf-8" - 'formatoptions' defaults to "tcqj" - 'hlsearch' is set by default |