mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test/mode_spec: increase 'matchtime' to fix flaky
fix #10941
regressed by 7ed2122622
This commit is contained in:
parent
540360a775
commit
fe60013fb9
@ -62,7 +62,7 @@ describe('ui mode_change event', function()
|
|||||||
]], mode="normal"}
|
]], mode="normal"}
|
||||||
|
|
||||||
command("set showmatch")
|
command("set showmatch")
|
||||||
command("set matchtime=1") -- tenths of seconds
|
command("set matchtime=2") -- tenths of seconds
|
||||||
feed('a(stuff')
|
feed('a(stuff')
|
||||||
screen:expect{grid=[[
|
screen:expect{grid=[[
|
||||||
word(stuff^ |
|
word(stuff^ |
|
||||||
|
Loading…
Reference in New Issue
Block a user