mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-003
This commit is contained in:
@@ -1051,7 +1051,9 @@ _WndProc(
|
|||||||
if (pMenu != NULL && pMenu->strings[MENU_INDEX_TIP] != 0
|
if (pMenu != NULL && pMenu->strings[MENU_INDEX_TIP] != 0
|
||||||
&& GetMenuState(s_menuBar, pMenu->id, MF_BYCOMMAND) != -1)
|
&& GetMenuState(s_menuBar, pMenu->id, MF_BYCOMMAND) != -1)
|
||||||
{
|
{
|
||||||
|
++msg_hist_off;
|
||||||
msg(pMenu->strings[MENU_INDEX_TIP]);
|
msg(pMenu->strings[MENU_INDEX_TIP]);
|
||||||
|
--msg_hist_off;
|
||||||
setcursor();
|
setcursor();
|
||||||
out_flush();
|
out_flush();
|
||||||
did_menu_tip = TRUE;
|
did_menu_tip = TRUE;
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
3,
|
||||||
/**/
|
/**/
|
||||||
2,
|
2,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user