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
|
||||
NeoBundleCheck
|
||||
|
||||
" Call hooks on reload
|
||||
if !has( "vim_starting" )
|
||||
call neobundle#call_hook( "on_post_source" )
|
||||
endif
|
||||
call neobundle#call_hook( "on_post_source" )
|
||||
|
||||
" Restore filetype settings
|
||||
if ! s:has_fti
|
||||
|
|
Loading…
Reference in a new issue