From cecf48ba6746005b7292ced4972a3e4b6826da1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Sun, 8 Mar 2015 14:55:37 +0100 Subject: [PATCH] Neobundle: always call post-source hooks --- cfg-pre/75-neobundle.vim | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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