From: Bram Moolenaar Date: Sat, 19 Jan 2019 17:23:41 +0000 (+0100) Subject: patch 8.1.0781: build error when using if_xcmdsrv.c X-Git-Tag: v8.1.0781 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a502caab8bd396316a6eb5cb821b0a0df55c502a;p=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. --- diff --git a/src/if_xcmdsrv.c b/src/if_xcmdsrv.c index 635e71094..3439f9d12 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 946a6a2df..b62aa35c1 100644 --- a/src/version.c +++ b/src/version.c @@ -791,6 +791,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 781, /**/ 780, /**/