diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-06-11 15:29:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-11 15:29:51 +0800 |
commit | cce9460524aa17bcd4daa095f4706220b81f8845 (patch) | |
tree | c58ef3571f3745d579a872e4a054fafd846a6157 /test/functional/ex_cmds/help_spec.lua | |
parent | 4229bbe514b7a1bc5b9f888a294cc8a323a7d869 (diff) | |
download | rneovim-cce9460524aa17bcd4daa095f4706220b81f8845.tar.gz rneovim-cce9460524aa17bcd4daa095f4706220b81f8845.tar.bz2 rneovim-cce9460524aa17bcd4daa095f4706220b81f8845.zip |
fix(remote): make --remote-expr print to stdout (#23980)
Diffstat (limited to 'test/functional/ex_cmds/help_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/help_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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') |