Fixed issue #48 regarding snippet expansion brake
The glob pattern of pathogen is {} and not *
The syntax introduced in commit f2d6402
broke the snippet expansion
It is now fixed
This commit is contained in:
parent
8c9210dca4
commit
e64e0f1618
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""
|
||||||
" => Load pathogen paths
|
" => Load pathogen paths
|
||||||
""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""
|
||||||
call pathogen#infect('~/.vim_runtime/sources_forked/*')
|
call pathogen#infect('~/.vim_runtime/sources_forked/{}')
|
||||||
call pathogen#infect('~/.vim_runtime/sources_non_forked/*')
|
call pathogen#infect('~/.vim_runtime/sources_non_forked/{}')
|
||||||
call pathogen#helptags()
|
call pathogen#helptags()
|
||||||
|
|
||||||
""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""
|
||||||
|
|
Loading…
Reference in a new issue