Neobundle: always call post-source hooks

This commit is contained in:
Emmanuel BENOîT 2015-03-08 14:55:37 +01:00
parent 9b08205807
commit cecf48ba67

View file

@ -79,11 +79,7 @@ function! DoNeoBundleCheck()
" Let NeoBundle check for installations " Let NeoBundle check for installations
NeoBundleCheck NeoBundleCheck
call neobundle#call_hook( "on_post_source" )
" Call hooks on reload
if !has( "vim_starting" )
call neobundle#call_hook( "on_post_source" )
endif
" Restore filetype settings " Restore filetype settings
if ! s:has_fti if ! s:has_fti