From 0bcc2bf1265ba0a88cbcdb9cfc4c0b98bbe96f7a Mon Sep 17 00:00:00 2001 From: ZyX Date: Thu, 29 Oct 2015 00:28:44 +0300 Subject: option: Add current directory to &backupdir option Fixes #3496 --- runtime/doc/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/options.txt') 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 -- cgit