File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ func Test_load_menu()
1010 catch
1111 call assert_false (1 , ' error while loading menus: ' . v: exception )
1212 endtry
13+ call assert_match (' browse confirm w' , execute (' :menu File.Save' ))
1314 source $VIMRUNTIME /delmenu.vim
1415endfunc
1516
@@ -21,6 +22,8 @@ func Test_translate_menu()
2122 throw ' Skipped: translated menu not found'
2223 endif
2324
25+ " First delete any English menus.
26+ source $VIMRUNTIME /delmenu.vim
2427 set langmenu = de_de
2528 source $VIMRUNTIME /menu .vim
2629 call assert_match (' browse confirm w' , execute (' :menu Datei.Speichern' ))
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 413 ,
767769/**/
768770 412 ,
769771/**/
You can’t perform that action at this time.
0 commit comments