mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
test/ui/cmdline: set notimeout to remove indeterminism (#14338)
This commit is contained in:
@@ -759,6 +759,7 @@ local function test_cmdline(linegrid)
|
||||
end)
|
||||
|
||||
it("doesn't send invalid events when aborting mapping #10000", function()
|
||||
command('set notimeout')
|
||||
command('cnoremap ab c')
|
||||
|
||||
feed(':xa')
|
||||
|
Reference in New Issue
Block a user