aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-12-19 09:55:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-12-19 09:55:59 +1300
commit466991c36bc9e1f34f0bbe70fc84c4b36e151c59 (patch)
tree991e6e028e1c3c02c0ee5daf4a3f4e88d81d5b9c /vim/vimrc
parentMore intelligent search options (diff)
downloaddotfiles-466991c36bc9e1f34f0bbe70fc84c4b36e151c59.tar.gz
dotfiles-466991c36bc9e1f34f0bbe70fc84c4b36e151c59.zip
No backups, tweak search highlighting so the cursor's position is a shade more obvious
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a9d879b2..7bbf3132 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -10,6 +10,7 @@ endif
" Backups
set nobackup
+set nowritebackup
" Colors
if has("syntax")