0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.0-027

This commit is contained in:
Bram Moolenaar 2006-06-22 17:34:26 +00:00
parent b39ef128c8
commit 35c9291be7
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
27,
/**/
26,
/**/