File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ def __init__(self):
305
305
fd .write ('source %s\n ' % join (self .ohmyvim , 'env.vim' ))
306
306
fd .write ('source %s\n ' % join (self .runtime , 'vim-pathogen' ,
307
307
'autoload' , 'pathogen.vim' ))
308
- fd .write ('call pathogen#runtime_append_all_bundles ()\n ' )
308
+ fd .write ('call pathogen#incubate ()\n ' )
309
309
fd .write ('source %s\n ' % join (self .ohmyvim , 'theme.vim' ))
310
310
fd .write ('source %s\n ' % join (self .runtime , 'oh-my-vim' ,
311
311
'plugin' , 'ohmyvim.vim' ))
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function! OhMyVim(args)
14
14
echo ' OhMyVim v' .split (system (g: ohmyvim .' version' ), ' \n' )[0 ]
15
15
elseif a: splitted [0 ] == ' theme' && len (a: splitted ) > 1
16
16
call system (g: ohmyvim .' ' .a: args )
17
- call pathogen#runtime_append_all_bundles ()
17
+ call pathogen#incubate ()
18
18
source ~/.vim/ohmyvim/theme.vim
19
19
else
20
20
echo system (g: ohmyvim .' ' .a: args )
You can’t perform that action at this time.
0 commit comments