]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-074 v7.2.074
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Dec 2008 12:06:26 +0000 (12:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Dec 2008 12:06:26 +0000 (12:06 +0000)
src/gui_mac.c
src/version.c

index d54c1100500c71ef25c4b0c25593111973cafa47..9112c56b71c21271c7444dc6136c13e313e127bf 100644 (file)
@@ -4966,7 +4966,7 @@ gui_mch_add_menu_item(vimmenu_T *menu, int idx)
        char_u      *p_actext;
 
        p_actext = menu->actext;
-       key = find_special_key(&p_actext, &modifiers, /*keycode=*/0);
+       key = find_special_key(&p_actext, &modifiers, FALSE, FALSE);
        if (*p_actext != 0)
            key = 0; /* error: trailing text */
        /* find_special_key() returns a keycode with as many of the
index 460701c9d3a04bd983aa4c1c318d62200a722b80..b7dd643c7edacd0450389c5c5fed7e2783e4f152 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    74,
 /**/
     73,
 /**/