Browse Source

redraw! after searching

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

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

@ -11,7 +11,7 @@ func! s:display(results,search_str)
wincmd P wincmd P
let @/=a:search_str let @/=a:search_str
setlocal hls ft=vim setlocal hls ft=vim
redraw
redraw!
endf endf
func! s:fetch_scripts(to) func! s:fetch_scripts(to)


Loading…
Cancel
Save