forked from aniani/vim
patch 9.0.1087: autocommand test sometimes fails
Problem: Autocommand test sometimes fails. Solution: Add a short delay. (James McCoy, closes #11737)
This commit is contained in:
committed by
Bram Moolenaar
parent
c8b126d70d
commit
ff3d537704
@@ -2393,6 +2393,7 @@ func Test_autocmd_user_clear_group()
|
|||||||
call term_sendkeys(buf, ":autocmd User\<CR>")
|
call term_sendkeys(buf, ":autocmd User\<CR>")
|
||||||
call TermWait(buf, 50)
|
call TermWait(buf, 50)
|
||||||
call term_sendkeys(buf, "G")
|
call term_sendkeys(buf, "G")
|
||||||
|
call TermWait(buf, 50)
|
||||||
|
|
||||||
call StopVimInTerminal(buf)
|
call StopVimInTerminal(buf)
|
||||||
endfunc
|
endfunc
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1087,
|
||||||
/**/
|
/**/
|
||||||
1086,
|
1086,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user