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:
parent
b39ef128c8
commit
35c9291be7
@ -1664,7 +1664,11 @@ process_message(void)
|
|||||||
/* request is handled in normal.c */
|
/* request is handled in normal.c */
|
||||||
}
|
}
|
||||||
if (msg.message == WM_USER)
|
if (msg.message == WM_USER)
|
||||||
|
{
|
||||||
|
MyTranslateMessage(&msg)
|
||||||
|
DispatchMessage(&msg);
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MSWIN_FIND_REPLACE
|
#ifdef MSWIN_FIND_REPLACE
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
27,
|
||||||
/**/
|
/**/
|
||||||
26,
|
26,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user