Removed formatting as not needed anymore
This commit is contained in:
parent
0cb87c2c57
commit
95706b32a0
@ -1,5 +1,5 @@
|
||||
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()
|
||||
call writefile(matches, temp)
|
||||
exec 'sp '.temp
|
||||
|
Loading…
Reference in New Issue
Block a user