1
0
forked from aniani/vim

patch 8.1.0781: build error when using if_xcmdsrv.c

Problem:    Build error when using if_xcmdsrv.c.
Solution:   Add missing part of 8.1.0779.
This commit is contained in:
Bram Moolenaar
2019-01-19 18:23:41 +01:00
parent e25bbc3b2b
commit a502caab8b
2 changed files with 3 additions and 1 deletions

View File

@@ -228,7 +228,7 @@ serverRegisterName(
{
if (res < -1 || i >= 1000)
{
MSG_ATTR(_("Unable to register a command server name"),
msg_attr(_("Unable to register a command server name"),
HL_ATTR(HLF_W));
return FAIL;
}