mirror of
1
0
Fork 0

Merge pull request #50 from carrieje/snippet-fix

Fixed issue #48 regarding snippet expansion break
This commit is contained in:
Amir Salihefendic 2014-03-02 14:39:16 +00:00
commit c7e2e3bebf
1 changed files with 2 additions and 2 deletions

View File

@ -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()
"""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""