aboutsummaryrefslogtreecommitdiff
path: root/vim/config/backup.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/backup.vim')
-rw-r--r--vim/config/backup.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/config/backup.vim b/vim/config/backup.vim
index 8735a094..cf2d63ba 100644
--- a/vim/config/backup.vim
+++ b/vim/config/backup.vim
@@ -1,9 +1,10 @@
" Default to no backup files at all, in a way that even ancient/tiny Vims will
-" understand; the auto_backupdir.vim plugin will take care of re-enabling this
+" understand; the auto_cache_dirs.vim plugin will take care of re-enabling
+" this with a 'backupdir' setting
set nobackup
set nowritebackup
-" If backps are enabled, use a more explicit and familiar backup suffix
+" If backups are enabled, use a more explicit and familiar backup suffix
set backupext=.bak
" Don't back up files in anything named */shm/; they might be password