aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
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