Problem: GUI tests sometimes fail because of translations.
Solution: Reload the menus without translation. (Taro Muraoka, closes #6486)
" Output all messages in English.
lang mess C
+" suppress menu translation
+if has('gui_running') && exists('did_install_default_menus')
+ source $VIMRUNTIME/delmenu.vim
+ set langmenu=none
+ source $VIMRUNTIME/menu.vim
+endif
+
" Always use forward slashes.
set shellslash
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1240,
/**/
1239,
/**/