1
0
Fork 0
mirror of synced 2024-05-28 04:51:12 -04:00

Updated pathogen source

This commit is contained in:
amix 2012-08-16 23:42:15 -04:00
parent bb9c85e523
commit efbf62f6d6

View file

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