Mark installed buffer as not modified

Installer buffer is marked as modified after each installation. Mark it
as nomodified so that no warnings are shown when the buffer is closed.
This commit is contained in:
Jacobo de Vera 2011-08-08 16:58:29 +01:00
parent 42f5825f70
commit a56926fd5b

View File

@ -57,6 +57,7 @@ func! vundle#installer#install(bang, name) abort
else else
throw 'whoops, unknown status:'.status throw 'whoops, unknown status:'.status
endif endif
set nomodified
endf endf
func! vundle#installer#helptags(bundles) abort func! vundle#installer#helptags(bundles) abort