Browse Source

minor fix

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

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

@ -26,7 +26,8 @@ func! s:display(headers, results)
if !exists('s:browse') | let s:browse = tempname() | endif
let results = reverse(map(a:results, ' printf("Bundle ' ."'%s'".'", v:val) '))
call writefile(a:headers + results, s:browse)
pedit `=s:browse`| wincmd P | wincmd H
silent pedit `=s:browse`
wincmd P | wincmd H
setl ft=vundle
endf


Loading…
Cancel
Save