aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 201ffb02..264ea575 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -60,10 +60,6 @@ set nowritebackup
" 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
-" files
-set backupskip+=*/shm/*
-
" Allow jumping between windows and tabs to find an open instance of a given
" buffer with :sbuffer.
set switchbuf=useopen