diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-17 13:00:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-17 13:00:19 +0100 |
| commit | 0c1f7831649e92b6904ca580ee90acd6ba89d1a8 (patch) | |
| tree | 0d3980fa4a77c305083dfc3a4ee24249e328408e /runtime/doc/vim_diff.txt | |
| parent | 10045cddb6710ea92337d30fb15deded1fe6b432 (diff) | |
| parent | 1dbe7a4decdd7e93153c0c3cb81197531b719b81 (diff) | |
| download | rneovim-0c1f7831649e92b6904ca580ee90acd6ba89d1a8.tar.gz rneovim-0c1f7831649e92b6904ca580ee90acd6ba89d1a8.tar.bz2 rneovim-0c1f7831649e92b6904ca580ee90acd6ba89d1a8.zip | |
Merge #6087 from justinmk/defaults
defaults: 'ruler', 'showcmd', 'belloff=all'
Diffstat (limited to 'runtime/doc/vim_diff.txt')
| -rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 14bb934607..d7d31b5853 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -37,6 +37,7 @@ these differences. - 'autoread' is set by default - 'backspace' defaults to "indent,eol,start" - 'backupdir' defaults to .,~/.local/share/nvim/backup (|xdg|) +- 'belloff' defaults to "all" - 'complete' doesn't include "i" - 'directory' defaults to ~/.local/share/nvim/swap// (|xdg|), auto-created - 'display' defaults to "lastline" @@ -49,7 +50,9 @@ these differences. - 'listchars' defaults to "tab:> ,trail:-,nbsp:+" - 'nocompatible' is always set - 'nrformats' defaults to "bin,hex" +- 'ruler' is set by default - 'sessionoptions' doesn't include "options" +- 'showcmd' is set by default - 'smarttab' is set by default - 'tabpagemax' defaults to 50 - 'tags' defaults to "./tags;,tags" |