mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14: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:
@@ -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;
|
||||
}
|
||||
|
@@ -791,6 +791,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
781,
|
||||
/**/
|
||||
780,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user