improve message disaplay

This commit is contained in:
gmarik 2011-07-15 01:39:11 -05:00
parent 2067c2fc62
commit 8009682591

View File

@ -12,6 +12,7 @@ func! vundle#scripts#all(bang, ...)
setl hls setl hls
let b:match = a:1 let b:match = a:1
endif endif
redraw!
echo len(matches).' bundles found' echo len(matches).' bundles found'
endf endf