Browse Source

silence bufer deletion

pull/73/head
gmarik 15 years ago
parent
commit
eb9dfefe87
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/scripts.vim

+ 1
- 1
autoload/vundle/scripts.vim View File

@ -32,7 +32,7 @@ func! vundle#scripts#setup_view() abort
com! -buffer -bang -nargs=? InstallBundle call vundle#installer#install('!' == '<bang>', <q-args>)
com! -buffer -nargs=0 VundleLog call s:view_log()
nnoremap <buffer> q :bd!<CR>
nnoremap <buffer> q :silent bd!<CR>
nnoremap <buffer> i :exec 'Install'.getline('.')<CR>
nnoremap <buffer> I :exec 'Install'.substitute(getline('.'), '^Bundle ', 'Bundle! ', '')<CR>


Loading…
Cancel
Save