Browse Source

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.
pull/73/head
Jacobo de Vera 15 years ago
parent
commit
a56926fd5b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      autoload/vundle/installer.vim

+ 1
- 0
autoload/vundle/installer.vim 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


Loading…
Cancel
Save