From: Bram Moolenaar Date: Fri, 23 Jun 2006 14:44:06 +0000 (+0000) Subject: updated for version 7.0-032 X-Git-Tag: v7.0.032 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8a92d73e2a9c5864f599dadf876e8b0dc2f8fda;p=vim updated for version 7.0-032 --- diff --git a/src/gui_w48.c b/src/gui_w48.c index b106eed23..06039a5fb 100644 --- a/src/gui_w48.c +++ b/src/gui_w48.c @@ -1665,7 +1665,7 @@ process_message(void) } if (msg.message == WM_USER) { - MyTranslateMessage(&msg) + MyTranslateMessage(&msg); DispatchMessage(&msg); return; } diff --git a/src/version.c b/src/version.c index 791d756eb..cc12c38f4 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 32, /**/ 31, /**/