Browse Source

Removed formatting as not needed anymore

pull/10/head
gmarik 15 years ago
parent
commit
95706b32a0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/scripts.vim

+ 1
- 1
autoload/vundle/scripts.vim View File

@ -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…
Cancel
Save