mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test: inccommand_spec: Avoid indeterminism. (#6592)
This commit is contained in:
@@ -805,6 +805,7 @@ describe(":substitute, inccommand=split", function()
|
|||||||
it('does not show split window for :s/', function()
|
it('does not show split window for :s/', function()
|
||||||
feed("2gg")
|
feed("2gg")
|
||||||
feed(":s/tw")
|
feed(":s/tw")
|
||||||
|
screen:sleep(1)
|
||||||
screen:expect([[
|
screen:expect([[
|
||||||
Inc substitution on |
|
Inc substitution on |
|
||||||
two lines |
|
two lines |
|
||||||
|
|||||||
Reference in New Issue
Block a user