diff options
author | Gregory Anders <greg@gpanders.com> | 2021-08-16 14:05:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 13:05:24 -0700 |
commit | 3954537b9e243fb3df3672d47fe3d9529fa4e544 (patch) | |
tree | 928e518c0d94f71e7ec2e619bb933a3bb61828dc /runtime/doc/vim_diff.txt | |
parent | e01b88c7992236e3c771f8d2645f6cc13413aaaf (diff) | |
download | rneovim-3954537b9e243fb3df3672d47fe3d9529fa4e544.tar.gz rneovim-3954537b9e243fb3df3672d47fe3d9529fa4e544.tar.bz2 rneovim-3954537b9e243fb3df3672d47fe3d9529fa4e544.zip |
feat(defaults): remove 'options' from viewoptions #15397
ref #6289
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 51159b9840..ecc3f52077 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -61,8 +61,8 @@ the differences. - 'tags' defaults to "./tags;,tags" - 'ttimeoutlen' defaults to 50 - 'ttyfast' is always set -- 'viewoptions' includes "unix,slash" - 'undodir' defaults to ~/.local/share/nvim/undo (|xdg|), auto-created +- 'viewoptions' includes "unix,slash", excludes "options" - 'viminfo' includes "!" - 'wildmenu' is enabled - 'wildoptions' defaults to "pum,tagfile" |