Updated bundles, use modern pathogen syntax in vimrc

This commit is contained in:
yan 2011-12-07 20:37:09 -08:00
parent acb81bb874
commit 59301ec4e5
3 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 1ce4d31930a18e2629c9dcada1d0cb169a490849
Subproject commit 3defb627a5104c1e98509888fac73e20f5e938dc

@ -1 +1 @@
Subproject commit 1b7e4070f5f7b7522422f5b00a75b323cc314daf
Subproject commit fc0c98f5c0533fe14da20516f901b933324130f3

3
vimrc
View File

@ -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.