Removed formatting as not needed anymore

This commit is contained in:
gmarik 2010-11-24 12:42:13 -06:00
parent 0cb87c2c57
commit 95706b32a0

View File

@ -1,5 +1,5 @@
func! vundle#scripts#search(...) func! vundle#scripts#search(...)
let matches = map(vundle#scripts#lookup(a:1), ' printf("Bundle \"%-5s\"", v:val) ') let matches = map(vundle#scripts#lookup(a:1), ' printf("Bundle \"%s\"", v:val) ')
let temp = tempname() let temp = tempname()
call writefile(matches, temp) call writefile(matches, temp)
exec 'sp '.temp exec 'sp '.temp