mirror of
https://github.com/neovim/neovim.git
synced 2024-12-28 14:31:13 -07:00
vim-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.
5558d19432
This commit is contained in:
parent
1338702b2b
commit
64f91fa1fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user