commit | 10e1d01aaf5504675fd9197c75d1da0de0e5b429 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 22:03:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 22:03:11 2020 +0200 |
tree | 72bd736421ae6d2080706d20ceb91b71fc365dc3 | |
parent | de2396fc875837c47b1c13f5e80e0a1200c5eb61 [diff] [blame] |
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 #6486)
diff --git a/src/version.c b/src/version.c index d659c73..1b16ffb 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1240, +/**/ 1239, /**/ 1238,