From 59301ec4e5405f9e67ed8fc2cd237bc1aaaf91bc Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 7 Dec 2011 20:37:09 -0800 Subject: [PATCH] Updated bundles, use modern pathogen syntax in vimrc --- vim/bundle/scrooloose-syntastic | 2 +- vim/bundle/tpope-fugitive | 2 +- vimrc | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/vim/bundle/scrooloose-syntastic b/vim/bundle/scrooloose-syntastic index 1ce4d31..3defb62 160000 --- a/vim/bundle/scrooloose-syntastic +++ b/vim/bundle/scrooloose-syntastic @@ -1 +1 @@ -Subproject commit 1ce4d31930a18e2629c9dcada1d0cb169a490849 +Subproject commit 3defb627a5104c1e98509888fac73e20f5e938dc diff --git a/vim/bundle/tpope-fugitive b/vim/bundle/tpope-fugitive index 1b7e407..fc0c98f 160000 --- a/vim/bundle/tpope-fugitive +++ b/vim/bundle/tpope-fugitive @@ -1 +1 @@ -Subproject commit 1b7e4070f5f7b7522422f5b00a75b323cc314daf +Subproject commit fc0c98f5c0533fe14da20516f901b933324130f3 diff --git a/vimrc b/vimrc index 29ea075..3d0808b 100644 --- a/vimrc +++ b/vimrc @@ -1,5 +1,6 @@ " Use tpope's pathogen plugin to manage all other plugins -call pathogen#infect() +call pathogen#runtime_append_all_bundles() +call pathogen#helptags() "Use Vim settings, rather then Vi settings (much better!). "This must be first, because it changes other options as a side effect.