diff options
| author | ZyX <kp-pav@yandex.ru> | 2015-10-30 17:42:54 +0300 | 
|---|---|---|
| committer | ZyX <kp-pav@yandex.ru> | 2015-10-30 17:42:54 +0300 | 
| commit | 10080366b8975e827b64fda49a9686117c8c8f44 (patch) | |
| tree | 7ae93f8292e583778649eabf88711e48584125cf /runtime | |
| parent | ffdf9399ba0a3f1b90bde6f4a3c489a879a01358 (diff) | |
| download | rneovim-10080366b8975e827b64fda49a9686117c8c8f44.tar.gz rneovim-10080366b8975e827b64fda49a9686117c8c8f44.tar.bz2 rneovim-10080366b8975e827b64fda49a9686117c8c8f44.zip | |
documentation: Fix &undodir default
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/doc/options.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 73a433fd42..baafe8cbea 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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. | 
