commit | 11dd8c1201033dd74e2ea665ba277425b4b965b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 20:41:34 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 20:41:34 2017 +0100 |
tree | db01122d72935924ffb9f1c664419c5ff7537c21 | |
parent | a54d2fc0d3ec7c4c8ca99b91e2ff7f7fee45c8bd [diff] [blame] |
patch 8.0.0411: menu translations don't match when case is changed. Problem: We can't change the case in menu entries, it breaks translations. Solution: Ignore case when looking up a menu translation.
diff --git a/src/version.c b/src/version.c index 1020bf9..5db9f66 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 411, +/**/ 410, /**/ 409,