]> granicus.if.org Git - vim/commitdiff
patch 8.2.1699: build failure due to missing error message v8.2.1699
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Sep 2020 19:41:53 +0000 (21:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Sep 2020 19:41:53 +0000 (21:41 +0200)
Problem:    Build failure due to missing error message.
Solution:   Add error message.

src/errors.h
src/version.c

index 9513a4260dcc91f538b5c2718536613cffa15f18..d12e97f6f37afaf219c7e8324a871e80982612ef 100644 (file)
@@ -266,4 +266,6 @@ EXTERN char e_cannot_change_dict[]
        INIT(= N_("E1120: Cannot change dict"));
 EXTERN char e_cannot_change_dict_item[]
        INIT(= N_("E1121: Cannot change dict item"));
+EXTERN char e_variable_is_locked_str[]
+       INIT(= N_("E1122: Variable is locked: %s"));
 #endif
index ea9a50acb4713e73cb3f08f311cbf2e7752aabdb..e77c7957e64d08dccd846ac651f35f3fcc02f72f 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1699,
 /**/
     1698,
 /**/