[7.2.432] When menus are translated they can only be found by the translated
commit4424be7e541853aa1e2991c9936f0cfd48bd1076
authorBram Moolenaar <Bram@moolenaar.net>
Fri, 14 May 2010 22:19:39 +0000 (14 22:19 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Fri, 14 May 2010 22:19:39 +0000 (14 22:19 +0000)
treef2026d0844cc763a2f8e56d13cd9e7e58059bd55
parentae54908dd8d8c6cbb77687c7b7856023c2daee81
[7.2.432] When menus are translated they can only be found by the translated

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)

Patch 7.2.432
src/menu.c
src/structs.h
src/version.c