Disable the pathogen bundle.

This commit is contained in:
gardouille 2014-10-21 23:07:31 +02:00
parent 57ad451299
commit 436bdf7562

2
vimrc
View File

@ -207,7 +207,7 @@ filetype plugin indent on " required!
" Pathogen :
"##########################
" http://github.com/tpope/vim-pathogen
Bundle "tpope/vim-pathogen"
"Bundle "tpope/vim-pathogen"
execute pathogen#infect()