aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-09-07 11:40:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2011-09-07 11:40:58 +1200
commitc084131c10a39fc93e32905aaa8ac9361a2f0b45 (patch)
tree9d2b39661026f87947888c874404a58e81e04355 /vim/vimrc
parentUpgraded pathogen (diff)
downloaddotfiles-c084131c10a39fc93e32905aaa8ac9361a2f0b45.tar.gz
dotfiles-c084131c10a39fc93e32905aaa8ac9361a2f0b45.zip
Some compatibility tweaks
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a2c4492c..0bb28c4d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -2,8 +2,8 @@
set nocompatible
" Plugins
-call pathogen#infect()
-call pathogen#helptags()
+silent! call pathogen#infect()
+silent! call pathogen#helptags()
" Filetypes
if has("autocmd")
@@ -15,7 +15,10 @@ endif
" Colors
if has("syntax")
syntax enable
- colorscheme dessert
+ try
+ colorscheme dessert
+ catch
+ endtry
endif
" Command