mirror of
https://github.com/amix/vimrc
synced 2024-11-15 00:17:07 +00:00
Fixed the pathogen error
This commit is contained in:
parent
e62adb8084
commit
f2d64022f5
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
||||
""""""""""""""""""""""""""""""
|
||||
|
|
Loading…
Reference in a new issue