aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-06 20:06:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-06 20:06:28 +1200
commitd68dd0803cc32c7eb2df0ebf8fc6f7b7cfc3e8c2 (patch)
tree2ddd8bd61760d3f464254acdfac23587280c7117 /vim/vimrc
parentInline some option flag comments (diff)
downloaddotfiles-d68dd0803cc32c7eb2df0ebf8fc6f7b7cfc3e8c2.tar.gz
dotfiles-d68dd0803cc32c7eb2df0ebf8fc6f7b7cfc3e8c2.zip
Remove 'backupskip' setting
Diffstat (limited to 'vim/vimrc')
-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