diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index 8c75268..fcd87f7 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -57,6 +57,7 @@ func! vundle#installer#install(bang, name) abort else throw 'whoops, unknown status:'.status endif + set nomodified endf func! vundle#installer#helptags(bundles) abort