summaryrefslogtreecommitdiffstats
path: root/src/errors.h
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-07-23 05:04:16 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-23 05:04:16 +0100
commit81a3ff97e2012bdafc3ece796289f2e11e2754f3 (patch)
tree15226ff00df55bc1927e6ab0bed077e703314be9 /src/errors.h
parent5154a8880034b7bb94186d37bcecc6ee1a96f732 (diff)
patch 9.0.0058: Win32: cannot test low level eventsv9.0.0058
Problem: Win32: cannot test low level events. Solution: Add "sendevent" to test_gui_event(). (Yegappan Lakshmanan, closes #10679)
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 43a1c9b955..90aa2921a6 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -3303,4 +3303,6 @@ EXTERN char e_could_not_check_for_pending_sigalrm_str[]
#ifdef FEAT_EVAL
EXTERN char e_substitute_nesting_too_deep[]
INIT(= N_("E1290: substitute nesting too deep"));
+EXTERN char e_invalid_argument_nr[]
+ INIT(= N_("E1291: Invalid argument: %ld"));
#endif