]> granicus.if.org Git - vim/commitdiff
patch 7.4.1162 v7.4.1162
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2016 12:58:40 +0000 (13:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2016 12:58:40 +0000 (13:58 +0100)
Problem:    Missing error number in MzScheme. (Dominique Pelle)
Solution:   Add a proper error number.

src/if_mzsch.c
src/version.c

index 0884c9f5eea2f71ad6f61830fb8e07e7af3b12a0..9038195cb4d63bc7d9541ac6277f7d9206db00dd 100644 (file)
@@ -1290,7 +1290,7 @@ mzscheme_init(void)
 #endif
        if (load_base_module_failed || startup_mzscheme())
        {
-           EMSG(_("Exxx: Sorry, this command is disabled, the MzScheme's racket/base module could not be loaded."));
+           EMSG(_("E895: Sorry, this command is disabled, the MzScheme's racket/base module could not be loaded."));
            return -1;
        }
        initialized = TRUE;
index ca83550cd425a3f3ef8c4d15074f989c44ab8474..9d5e9840df7080ab11f0b674ba209cdbc25f2607 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1162,
 /**/
     1161,
 /**/