aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-17 13:11:36 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-17 13:11:36 +1300
commita3f991406bd0fac2f0e32ce724a0b7161aa142e4 (patch)
tree4e206839a8e0192b24faa8c92ec1a33ece73911d /vim
parentMore compatible colorscheme selection. (diff)
downloaddotfiles-a3f991406bd0fac2f0e32ce724a0b7161aa142e4.tar.gz
dotfiles-a3f991406bd0fac2f0e32ce724a0b7161aa142e4.zip
More compatibility hacks.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1530547f..852e530f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -22,11 +22,11 @@ endif
if has("syntax")
syntax enable
set background=dark
- try
- colorscheme sahara
- catch
+ silent! try
+ silent! colorscheme sahara
+ silent! catch
silent! colorscheme torte
- endtry
+ silent! endtry
if has("folding")
set fillchars=diff:\ ,fold:\ ,vert:\
endif