summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-19 18:23:41 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-19 18:23:41 +0100
commita502caab8bd396316a6eb5cb821b0a0df55c502a (patch)
tree78a469280882bfda695ffdf18d29f57e6811051a
parente25bbc3b2bf1d8c4acec0910aaf9031451752578 (diff)
patch 8.1.0781: build error when using if_xcmdsrv.cv8.1.0781
Problem: Build error when using if_xcmdsrv.c. Solution: Add missing part of 8.1.0779.
-rw-r--r--src/if_xcmdsrv.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/if_xcmdsrv.c b/src/if_xcmdsrv.c
index 635e710941..3439f9d12b 100644
--- a/src/if_xcmdsrv.c
+++ b/src/if_xcmdsrv.c
@@ -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;
}
diff --git a/src/version.c b/src/version.c
index 946a6a2df8..b62aa35c18 100644
--- a/src/version.c
+++ b/src/version.c
@@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 781,
+/**/
780,
/**/
779,