aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-17 13:23:29 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-17 13:23:29 +1300
commit8cfc5d8f9836b04efc1581b3c4e0865f832aafa7 (patch)
tree06dcab22da655d71e8654df6cdc6dc252bf9a60e /vim
parentMore compatibility hacks. (diff)
downloaddotfiles-8cfc5d8f9836b04efc1581b3c4e0865f832aafa7.tar.gz
dotfiles-8cfc5d8f9836b04efc1581b3c4e0865f832aafa7.zip
Actually, this is simpler and works better.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 852e530f..445c1db8 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -22,11 +22,7 @@ endif
if has("syntax")
syntax enable
set background=dark
- silent! try
- silent! colorscheme sahara
- silent! catch
- silent! colorscheme torte
- silent! endtry
+ silent! colorscheme sahara
if has("folding")
set fillchars=diff:\ ,fold:\ ,vert:\
endif