mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Mark ":substitute with inccommand during :terminal activity" fragile
This commit is contained in:
parent
57e0a578f0
commit
e53e56d5e5
@ -2512,6 +2512,9 @@ describe(":substitute", function()
|
||||
end)
|
||||
|
||||
it(':substitute with inccommand during :terminal activity', function()
|
||||
if helpers.skip_fragile(pending) then
|
||||
return
|
||||
end
|
||||
retry(2, 40000, function()
|
||||
local screen = Screen.new(30,15)
|
||||
clear()
|
||||
|
Loading…
Reference in New Issue
Block a user