mirror of
https://github.com/vim/vim.git
synced 2025-11-09 10:37:17 -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
|
set langmenu=de_de
|
||||||
source $VIMRUNTIME/menu.vim
|
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
|
source $VIMRUNTIME/delmenu.vim
|
||||||
endfunc
|
endfunc
|
||||||
|
|||||||
@@ -764,6 +764,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
412,
|
||||||
/**/
|
/**/
|
||||||
411,
|
411,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user