mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
1a0ee090ab
commit
ff98f61601
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user