Lines Matching refs:redraw
9 " redraw is needed to make hlsearch highlight the matches
10 exe "normal! /aaa\<CR>" | redraw
12 nohlsearch | redraw
14 let v:hlsearch=1 | redraw
16 let v:hlsearch=0 | redraw
18 set hlsearch | redraw
20 let v:hlsearch=0 | redraw
22 exe "normal! n" | redraw
24 let v:hlsearch=0 | redraw
26 exe "normal! /\<CR>" | redraw
29 exe "normal! /\<CR>" | redraw
46 redraw
58 exe "normal! /$\<CR>" | redraw