mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.1.0965: search test fails
Problem: Search test fails. Solution: Wait a bit longer for the 'ambiwidth' redraw.
This commit is contained in:
parent
353aca1215
commit
e86ecbd922
@ -1,5 +1,5 @@
|
||||
|o+0&#ffffff0|n|e| @66
|
||||
|x+1&&| +0&&@68
|
||||
|x| @68
|
||||
|t|h|r|e@1| @64
|
||||
|~+0#4040ff13&| @68
|
||||
|~| @68
|
||||
|
@ -994,7 +994,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')
|
||||
|
@ -779,6 +779,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
965,
|
||||
/**/
|
||||
964,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user