From: Bram Moolenaar Date: Thu, 22 Jun 2006 17:34:26 +0000 (+0000) Subject: updated for version 7.0-027 X-Git-Tag: v7.0.027 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35c9291be7653367db4799e2367647258c554705;p=thirdparty%2Fvim.git updated for version 7.0-027 --- diff --git a/src/gui_w48.c b/src/gui_w48.c index 8fa049a9ac..b106eed239 100644 --- a/src/gui_w48.c +++ b/src/gui_w48.c @@ -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 diff --git a/src/version.c b/src/version.c index b60ede600a..be2baf4687 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 */ +/**/ + 27, /**/ 26, /**/