Merge pull request #73 from jdevera/nin

Marking the installer buffer as not modified
This commit is contained in:
gmarik 2011-08-08 21:05:26 -07:00
commit 0783fd5fdb

View File

@ -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