1
0
Fork 0
mirror of synced 2025-03-25 06:49:51 -04:00

Merge pull request from karlcoelho/pathogen-fix

Fixed the pathogen error
This commit is contained in:
Amir Salihefendic 2014-02-08 10:07:33 +00:00
commit 22a446333a

View file

@ -8,8 +8,8 @@
""""""""""""""""""""""""""""""
" => Load pathogen paths
""""""""""""""""""""""""""""""
call pathogen#infect('~/.vim_runtime/sources_forked')
call pathogen#infect('~/.vim_runtime/sources_non_forked')
call pathogen#infect('~/.vim_runtime/sources_forked/*')
call pathogen#infect('~/.vim_runtime/sources_non_forked/*')
call pathogen#helptags()
""""""""""""""""""""""""""""""