]> granicus.if.org Git - vim/commit
updated for version 7.2.432 v7.2.432
authorBram Moolenaar <Bram@vim.org>
Fri, 14 May 2010 20:24:40 +0000 (22:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 14 May 2010 20:24:40 +0000 (22:24 +0200)
commit70b11cdd56a062d19eefb483f549da1578aaea40
treeebffb7dbce0baa98de979d418a5a4719cbb4d3d4
parent7871a500719a4b8cf212b788caec8abe33bf4c39
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)
src/menu.c
src/structs.h
src/version.c