Fixed formatting

This commit is contained in:
gmarik 2010-11-29 16:40:07 -06:00
parent 8c0b12d556
commit d3cecdaaa0

View File

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