1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2010-05-14 22:24:40 +02:00
parent 7871a50071
commit 70b11cdd56
3 changed files with 164 additions and 69 deletions

View File

@@ -681,6 +681,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
432,
/**/
431,
/**/