Skip to content

Commit 062c64e

Browse files
authored
test/ui/cmdline: set notimeout to remove indeterminism (neovim#14338)
1 parent 6435b46 commit 062c64e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/ui/cmdline_spec.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ local function test_cmdline(linegrid)
759759
end)
760760

761761
it("doesn't send invalid events when aborting mapping #10000", function()
762+
command('set notimeout')
762763
command('cnoremap ab c')
763764

764765
feed(':xa')

0 commit comments

Comments
 (0)