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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user