diff src/testdir/runtest.vim @ 21379:20dad734a2cb v8.2.1240

patch 8.2.1240: GUI tests sometimes fail because of translations Commit: https://github.com/vim/vim/commit/10e1d01aaf5504675fd9197c75d1da0de0e5b429 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 18 22:03:11 2020 +0200 patch 8.2.1240: GUI tests sometimes fail because of translations Problem: GUI tests sometimes fail because of translations. Solution: Reload the menus without translation. (Taro Muraoka, closes https://github.com/vim/vim/issues/6486)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Jul 2020 22:15:05 +0200
parents ffa6b82fa993
children ad7ffbd3f02f
line wrap: on
line diff
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -105,6 +105,13 @@ set nomore
 " 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