comparison src/version.c @ 2150:4269a0673478 v7.2.432

updated for version 7.2.432 Problem: When menus are translated they can only be found by the translated name. That makes ":emenu" difficult to use. Solution: Store the untranslated name and use it for completion and :emenu. (Edward L. Fox / Liang Peng / Bezetek James)
author Bram Moolenaar <bram@zimbu.org>
date Fri, 14 May 2010 22:24:40 +0200
parents 4c8008ab94d8
children ae22c450546c
comparison
equal deleted inserted replaced
2149:4c8008ab94d8 2150:4269a0673478
679 NULL 679 NULL
680 }; 680 };
681 681
682 static int included_patches[] = 682 static int included_patches[] =
683 { /* Add new patch number below this line */ 683 { /* Add new patch number below this line */
684 /**/
685 432,
684 /**/ 686 /**/
685 431, 687 431,
686 /**/ 688 /**/
687 430, 689 430,
688 /**/ 690 /**/