]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-027 v7.0.027
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2006 17:34:26 +0000 (17:34 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2006 17:34:26 +0000 (17:34 +0000)
src/gui_w48.c
src/version.c

index 8fa049a9aca0f64b5d57cb2cf2e7284280620209..b106eed2392de00d33c65da13d729e24ef1c7d44 100644 (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
index b60ede600a92c4f64b002ce9291ab882494fb68e..be2baf468751e9fc6f95ed58fa6b7706bc6de2ba 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    27,
 /**/
     26,
 /**/