aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-11-24 11:55:03 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-11-24 11:55:03 +1300
commitb4fe6aa871046415eb946d30846c2f493dc678ec (patch)
tree9e8a9bf624d5f623fad85316176ba1dee534270c /vim
parentAdd swapfiles parameters (diff)
downloaddotfiles-b4fe6aa871046415eb946d30846c2f493dc678ec.tar.gz
dotfiles-b4fe6aa871046415eb946d30846c2f493dc678ec.zip
All these files are more trouble than they're worth
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc14
1 files changed, 0 insertions, 14 deletions
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