neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit db35dd673479f7c3696aecd7de83499c2f06e847
parent 35d04394aa0af6e79d16264d98f93a7a2be0bd79
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon, 27 Oct 2025 10:54:14 +0800

test(ex_terminal_spec): fix flakiness (#36347)


Diffstat:
Mtest/functional/terminal/ex_terminal_spec.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/functional/terminal/ex_terminal_spec.lua b/test/functional/terminal/ex_terminal_spec.lua @@ -153,6 +153,7 @@ describe(':terminal', function() feed('i') eq({ blocking = false, mode = 'i' }, api.nvim_get_mode()) command('stopinsert | wincmd p') + feed('<Ignore>') -- Add input to separate two RPC requests eq({ blocking = false, mode = 'nt' }, api.nvim_get_mode()) end) end)