0
0
mirror of https://github.com/vim/vim.git synced 2025-11-08 10:27:32 -05:00

patch 8.0.0412: menu test fails on MS-Windows

Problem:    Menu test fails on MS-Windows.
Solution:   Use a menu entry with only ASCII characters.
This commit is contained in:
Bram Moolenaar
2017-03-04 21:02:22 +01:00
parent 11dd8c1201
commit 5558d19432
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ func Test_translate_menu()
set langmenu=de_de
source $VIMRUNTIME/menu.vim
call assert_match(':browse tabnew', execute(':menu File.In\ neuem\ Tab\ öffnen\.\.\.'))
call assert_match('browse confirm w', execute(':menu Datei.Speichern'))
source $VIMRUNTIME/delmenu.vim
endfunc

View File

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