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:
@@ -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
|
||||
|
||||
@@ -764,6 +764,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
412,
|
||||
/**/
|
||||
411,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user