From cce9460524aa17bcd4daa095f4706220b81f8845 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 11 Jun 2023 15:29:51 +0800 Subject: fix(remote): make --remote-expr print to stdout (#23980) --- test/functional/ex_cmds/help_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/ex_cmds/help_spec.lua') diff --git a/test/functional/ex_cmds/help_spec.lua b/test/functional/ex_cmds/help_spec.lua index 7fc318d813..aca0cbbaa6 100644 --- a/test/functional/ex_cmds/help_spec.lua +++ b/test/functional/ex_cmds/help_spec.lua @@ -30,7 +30,7 @@ describe(':help', function() eq(1002, funcs.win_getid()) end) - it('multibyte help tags work #23978', function() + it('multibyte help tags work #23975', function() mkdir('Xhelptags') finally(function() rmdir('Xhelptags') -- cgit