From c084131c10a39fc93e32905aaa8ac9361a2f0b45 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 7 Sep 2011 11:40:58 +1200 Subject: Some compatibility tweaks --- vim/vimrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'vim') 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 -- cgit v1.2.3