summaryrefslogtreecommitdiffstats
path: root/src/errors.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-20 12:25:03 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-20 12:25:03 +0000
commita99fb23842f055c511bfe1b62de7bbd14d5a99c0 (patch)
treeb62bae850d599924470ac53de83824b285cbcb1b /src/errors.h
parent003312b1d2ee2f4922f473b8bf50af6663c0efac (diff)
patch 8.2.3859: Vim9: some code lines not testedv8.2.3859
Problem: Vim9: some code lines not tested. Solution: Add a few specific tests.
Diffstat (limited to 'src/errors.h')
-rw-r--r--src/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/errors.h b/src/errors.h
index 31f275d171..8d8a2ca9a3 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -850,3 +850,5 @@ EXTERN char e_string_list_or_blob_required_for_argument_nr[]
INIT(= N_("E1252: String, List or Blob required for argument %d"));
EXTERN char e_string_expected_for_argument_nr[]
INIT(= N_("E1253: String expected for argument %d"));
+EXTERN char e_cannot_use_script_variable_in_for_loop[]
+ INIT(= N_("E1254: Cannot use script variable in for loop"));