Browse Source

Fixed formatting

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

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

@ -9,7 +9,7 @@ func! s:display(results,search_str)
call writefile(['" Search results for: '.a:search_str] + a:results, s:buff) call writefile(['" Search results for: '.a:search_str] + a:results, s:buff)
pedit `=s:buff` pedit `=s:buff`
wincmd P wincmd P
let @/=a:search_str
let @/=a:search_str
setlocal hls ft=vim setlocal hls ft=vim
redraw redraw
endf endf


Loading…
Cancel
Save