mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 17:41:48 +00:00
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user