fix(remote): make --remote-expr print to stdout

This commit is contained in:
zeertzjq
2023-06-11 13:30:51 +08:00
parent 4229bbe514
commit 54a05558e6
4 changed files with 40 additions and 16 deletions

View File

@@ -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')