mirror of
https://github.com/neovim/neovim.git
synced 2026-01-25 22:51:14 +10:00
Mark ":substitute with inccommand during :terminal activity" fragile
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user