mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
5154a88800
commit
81a3ff97e2
@@ -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
|
||||
|
Reference in New Issue
Block a user