]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-003 v7.1.003
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jun 2007 08:06:18 +0000 (08:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jun 2007 08:06:18 +0000 (08:06 +0000)
src/gui_w32.c
src/version.c

index e644813199f9a659a3913cfd9164c0acc8503d7b..d6aa1a503b22821ae9bee2ab6b6d6a2feebc83e1 100644 (file)
@@ -1051,7 +1051,9 @@ _WndProc(
            if (pMenu != NULL && pMenu->strings[MENU_INDEX_TIP] != 0
                    && GetMenuState(s_menuBar, pMenu->id, MF_BYCOMMAND) != -1)
            {
+               ++msg_hist_off;
                msg(pMenu->strings[MENU_INDEX_TIP]);
+               --msg_hist_off;
                setcursor();
                out_flush();
                did_menu_tip = TRUE;
index 17966651f2432552ce058e325c74d9787c4da3c4..68614db71978174bae7246b19cb81ca7e91b5c72 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3,
 /**/
     2,
 /**/