commit | 916911f598718bc76bc6b87ed703d2805fa49c53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 21:41:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 21:41:53 2020 +0200 |
tree | e1b0f1ab219129dd185b14bd8e920ad5f74745d2 | |
parent | a187c43cfe8863d48b2159d695fedcb71f8525c1 [diff] [blame] |
patch 8.2.1699: build failure due to missing error message Problem: Build failure due to missing error message. Solution: Add error message.
diff --git a/src/errors.h b/src/errors.h index 9513a42..d12e97f 100644 --- a/src/errors.h +++ b/src/errors.h
@@ -266,4 +266,6 @@ 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