diff --git a/autoload/vundle.vim b/autoload/vundle.vim index 10b3433..5df24b5 100644 --- a/autoload/vundle.vim +++ b/autoload/vundle.vim @@ -24,8 +24,8 @@ com! -nargs=? -bang BundleSearch \ call vundle#scripts#all('!' == '', ) -au! Filetype vundle call vundle#scripts#setup_view() -au! Syntax vim syn keyword vimCommand Bundle +au Filetype vundle call vundle#scripts#setup_view() +au Syntax vim syn keyword vimCommand Bundle func! vundle#rc()