1
0
mirror of https://github.com/amix/vimrc synced 2025-07-06 16:05:01 +08:00

Revert previous commit

This commit is contained in:
Wu Tingfeng
2022-11-21 23:04:16 +08:00
parent 5049353fd4
commit cd5f421c04
2 changed files with 7 additions and 11 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()