comparison src/errors.h @ 29432:339fe2968690 v9.0.0058

patch 9.0.0058: Win32: cannot test low level events Commit: https://github.com/vim/vim/commit/81a3ff97e2012bdafc3ece796289f2e11e2754f3 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Jul 23 05:04:16 2022 +0100 patch 9.0.0058: Win32: cannot test low level events Problem: Win32: cannot test low level events. Solution: Add "sendevent" to test_gui_event(). (Yegappan Lakshmanan, closes #10679)
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Jul 2022 06:15:07 +0200
parents 5ebc561444fe
children 44bb4a607125
comparison
equal deleted inserted replaced
29431:6d6fa84d617c 29432:339fe2968690
3301 INIT(= N_("E1289: Could not check for pending SIGALRM: %s")); 3301 INIT(= N_("E1289: Could not check for pending SIGALRM: %s"));
3302 #endif 3302 #endif
3303 #ifdef FEAT_EVAL 3303 #ifdef FEAT_EVAL
3304 EXTERN char e_substitute_nesting_too_deep[] 3304 EXTERN char e_substitute_nesting_too_deep[]
3305 INIT(= N_("E1290: substitute nesting too deep")); 3305 INIT(= N_("E1290: substitute nesting too deep"));
3306 #endif 3306 EXTERN char e_invalid_argument_nr[]
3307 INIT(= N_("E1291: Invalid argument: %ld"));
3308 #endif