Distiguish ! command

This commit is contained in:
gmarik
2011-08-04 16:37:25 -05:00
parent a3f1c1e537
commit 05501d3614
2 changed files with 3 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ func! vundle#scripts#setup_view() abort
nnoremap <buffer> q :bd!<CR>
nnoremap <buffer> i :exec 'Install'.getline('.')<CR>
nnoremap <buffer> I :exec 'Install'.substitute(getline('.'), '^Bundle ', 'Bundle! ', '')<CR>
nnoremap <buffer> l :VundleLog<CR>