From b4fe6aa871046415eb946d30846c2f493dc678ec Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 24 Nov 2011 11:55:03 +1300 Subject: All these files are more trouble than they're worth --- vim/vimrc | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index fbba6784..15ed5fa8 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -12,10 +12,6 @@ if has("autocmd") filetype indent on endif -" Backups -set backup -set backupdir=$HOME/.vim/backup,/tmp - " Colors if has("syntax") syntax enable @@ -78,22 +74,12 @@ endif set splitbelow set splitright -" Swapfile -set swapfile -set directory=$HOME/.vim/swap,/tmp - " Typos command WQ wq command Wq wq command W w command Q q -" Undo -if has("persistent_undo") - set undofile - set undodir=$HOME/.vim/undo,/tmp -endif - " Whitespace set expandtab set nojoinspaces -- cgit v1.2.3