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

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.