mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
updated for version 7.0-027
This commit is contained in:
@@ -1664,7 +1664,11 @@ process_message(void)
|
||||
/* request is handled in normal.c */
|
||||
}
|
||||
if (msg.message == WM_USER)
|
||||
{
|
||||
MyTranslateMessage(&msg)
|
||||
DispatchMessage(&msg);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef MSWIN_FIND_REPLACE
|
||||
|
Reference in New Issue
Block a user