change keybindings

This commit is contained in:
gmarik
2011-08-25 20:13:03 -05:00
parent 8f13a839dd
commit 0324149a0e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
func! vundle#scripts#all(bang, ...)
let b:match = ''
let info = ['"Keymap: i - Install bundle; c - Cleanup; r - Refine list; R - Reload list']
let info = ['"Keymap: i - Install bundle; c - Cleanup; s - Search; R - Reload list']
let matches = s:load_scripts(a:bang)
if !empty(a:1)
let matches = filter(matches, 'v:val =~? "'.escape(a:1,'"').'"')