mirror of
1
0
Fork 0

Use sources_non_forked_cache folder for pathogen path

This commit is contained in:
Wu Tingfeng 2022-11-21 22:45:07 +08:00
parent 7a078511fa
commit dddd2e4152
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
""""""""""""""""""""""""""""""
let s:vim_runtime = expand('<sfile>:p:h')."/.."
call pathogen#infect(s:vim_runtime.'/sources_forked/{}')
call pathogen#infect(s:vim_runtime.'/sources_non_forked/{}')
call pathogen#infect(s:vim_runtime.'/sources_non_forked_cache/{}')
call pathogen#infect(s:vim_runtime.'/my_plugins/{}')
call pathogen#helptags()