0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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) 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)); HL_ATTR(HLF_W));
return FAIL; return FAIL;
} }

View File

@@ -791,6 +791,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
781,
/**/ /**/
780, 780,
/**/ /**/