mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
documentation: Fix &undodir default
This commit is contained in:
parent
ffdf9399ba
commit
10080366b8
@ -6696,7 +6696,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
Alias for 'term', see above.
|
||||
|
||||
*'undodir'* *'udir'* *E926*
|
||||
'undodir' 'udir' string (default ".")
|
||||
'undodir' 'udir' string (default "$XDG_DATA_HOME/nvim/undo")
|
||||
global
|
||||
{only when compiled with the |+persistent_undo| feature}
|
||||
List of directory names for undo files, separated with commas.
|
||||
|
Loading…
Reference in New Issue
Block a user