diff --git a/cfg-pre/75-neobundle.vim b/cfg-pre/75-neobundle.vim index d198cf3..a6e7b4d 100644 --- a/cfg-pre/75-neobundle.vim +++ b/cfg-pre/75-neobundle.vim @@ -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