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:
parent
42f5825f70
commit
a56926fd5b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user