diff options
author | ZyX <kp-pav@yandex.ru> | 2015-10-29 00:28:44 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-29 19:34:24 +0300 |
commit | 0bcc2bf1265ba0a88cbcdb9cfc4c0b98bbe96f7a (patch) | |
tree | 9c96115a823c9362ee39cbde0493eaf027513a9e /runtime | |
parent | dc8b0c47b10a5a7a1280a768b181f23bd990ab6e (diff) | |
download | rneovim-0bcc2bf1265ba0a88cbcdb9cfc4c0b98bbe96f7a.tar.gz rneovim-0bcc2bf1265ba0a88cbcdb9cfc4c0b98bbe96f7a.tar.bz2 rneovim-0bcc2bf1265ba0a88cbcdb9cfc4c0b98bbe96f7a.zip |
option: Add current directory to &backupdir option
Fixes #3496
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 3471106afd..7829add2e5 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -901,7 +901,7 @@ A jump table for the options with a short description can be found at |Q_op|. again not rename the file. *'backupdir'* *'bdir'* -'backupdir' 'bdir' string (default "$XDG_DATA_HOME/nvim/backup") +'backupdir' 'bdir' string (default ".,$XDG_DATA_HOME/nvim/backup") global List of directories for the backup file, separated with commas. - The backup file will be created in the first directory in the list |