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 | |
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')
-rw-r--r-- | runtime/doc/options.txt | 2 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 4f54e71d79..c3618328aa 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6700,7 +6700,7 @@ A jump table for the options with a short description can be found at |Q_op|. security reasons. *'viewoptions'* *'vop'* -'viewoptions' 'vop' string (default: "folds,options,cursor,curdir") +'viewoptions' 'vop' string (default: "folds,cursor,curdir") global Changes the effect of the |:mkview| command. It is a comma separated list of words. Each word enables saving and restoring something: 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" |