vim-patch:8.1.0965: search test fails

Problem:    Search test fails.
Solution:   Wait a bit longer for the 'ambiwidth' redraw.
e86ecbd922
This commit is contained in:
Justin M. Keyes 2019-02-28 12:15:51 +01:00
parent 1a0ee090ab
commit ff98f61601

View File

@ -502,7 +502,7 @@ func Test_incsearch_with_change()
let buf = RunVimInTerminal('-S Xis_change_script', {'rows': 9, 'cols': 70})
" Give Vim a chance to redraw to get rid of the spaces in line 2 caused by
" the 'ambiwidth' check.
sleep 100m
sleep 300m
" Highlight X, it will be deleted by the timer callback.
call term_sendkeys(buf, ':%s/X')