1
0
Fork 0
mirror of synced 2024-07-26 18:11:12 -04:00

Fixed the pathogen error

This commit is contained in:
Karl Coelho 2014-02-06 13:36:37 +04:00
parent e62adb8084
commit f2d64022f5

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()
""""""""""""""""""""""""""""""