]> granicus.if.org Git - vim/commitdiff
patch 8.1.0781: build error when using if_xcmdsrv.c v8.1.0781
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Jan 2019 17:23:41 +0000 (18:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Jan 2019 17:23:41 +0000 (18:23 +0100)
Problem:    Build error when using if_xcmdsrv.c.
Solution:   Add missing part of 8.1.0779.

src/if_xcmdsrv.c
src/version.c

index 635e71094142dfd4b817eba0b1f394cf3da3f075..3439f9d12b23941388a8523b33a247dffb97e9f0 100644 (file)
@@ -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;
            }
index 946a6a2df8efb61601a8ea19a3c712010908bb4b..b62aa35c18f7268a028fb25b9f0337274fadfa6d 100644 (file)
@@ -791,6 +791,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    781,
 /**/
     780,
 /**/