]> granicus.if.org Git - vim/commitdiff
patch 8.2.2423: missing error message v8.2.2423
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Jan 2021 16:56:09 +0000 (17:56 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Jan 2021 16:56:09 +0000 (17:56 +0100)
Problem:    Missing error message.
Solution:   Add the error message.

src/errors.h
src/version.c

index b2f6a55a80d6bc5c81b0d4d68fa28ead66fb2590..c27da7cc3530e8b9213a62f28f1edd8d3436cf85 100644 (file)
@@ -347,3 +347,5 @@ EXTERN char e_divide_by_zero[]
        INIT(= N_("E1154: Divide by zero"));
 EXTERN char e_cannot_define_autocommands_for_all_events[]
        INIT(= N_("E1155: Cannot define autocommands for ALL events"));
+EXTERN char e_cannot_change_arglist_recursively[]
+       INIT(= N_("E1156: Cannot change the argument list recursively"));
index c710be863c5364e6b7bdfa9565209c8ddf4ed29d..0816982468c036a1c031ee3d14c75c9eb035daac 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2423,
 /**/
     2422,
 /**/