mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.0-032
This commit is contained in:
parent
149667adbb
commit
d8a92d73e2
@ -1665,7 +1665,7 @@ process_message(void)
|
|||||||
}
|
}
|
||||||
if (msg.message == WM_USER)
|
if (msg.message == WM_USER)
|
||||||
{
|
{
|
||||||
MyTranslateMessage(&msg)
|
MyTranslateMessage(&msg);
|
||||||
DispatchMessage(&msg);
|
DispatchMessage(&msg);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
32,
|
||||||
/**/
|
/**/
|
||||||
31,
|
31,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user