aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-08 23:32:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-08 23:34:47 +1200
commitc83bef424fa96cc86ce6849bbc1f59b27c6229c7 (patch)
tree2e9b30f94056ab167b1b5bc604459f73e17ad702
parentFix up a few more comments (diff)
downloaddotfiles-c83bef424fa96cc86ce6849bbc1f59b27c6229c7.tar.gz
dotfiles-c83bef424fa96cc86ce6849bbc1f59b27c6229c7.zip
Adjust a couple of stray lines
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d81aa7f6..0ade2588 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -136,7 +136,6 @@ if exists('##SourceCmd')
\|if exists('#filetypedetect#BufRead')
\| doautocmd filetypedetect BufRead
\|endif
-
endif
" Global indent and other whitespace-related settings go here. Filetype
@@ -227,6 +226,7 @@ if has('unix')
" so adding them repeatedly if this file is reloaded results in duplicates.
" This might be a bug in Vim. To work around this, we reset the path back
" to its default first.
+ "
set backupskip&
" * /dev/shm: RAM disk, default path for password-store's temporary files