]> granicus.if.org Git - vim/commitdiff
patch 8.2.2482: build error v8.2.2482
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Feb 2021 15:05:47 +0000 (16:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Feb 2021 15:05:47 +0000 (16:05 +0100)
Problem:    Build error.
Solution:   Add new error message.

src/errors.h
src/version.c

index ed267fd398534f4bc9c27d8270b7ea0f1a436a32..921b9df5cc36df9f07a09d3b2e836356c305716b 100644 (file)
@@ -355,3 +355,5 @@ EXTERN char e_cannot_use_flatten_in_vim9_script[]
        INIT(= N_("E1158: Cannot use flatten() in Vim9 script"));
 EXTERN char e_cannot_split_window_when_closing_buffer[]
        INIT(= N_("E1159: Cannot split a window when closing the buffer"));
+EXTERN char e_cannot_use_default_for_variable_arguments[]
+       INIT(= N_("E1160: Cannot use a default for variable arguments"));
index c6f44a401fe89eade52626c3ebbf34acdce9f2a2..17ab64a912077ced68195ffc3c1976e0f293a52f 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2482,
 /**/
     2481,
 /**/