Neobundle: always call post-source hooks
This commit is contained in:
parent
9b08205807
commit
cecf48ba67
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue