commit | a42535340a906d33173e8b3e82085c161a0524c8 | [log] [tgz] |
---|---|---|
author | Ada <me@yuhaowen.com> | Sat Feb 19 12:06:09 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 19 12:06:09 2022 +0000 |
tree | 43a91c9d189a01ee828f33202b4c13b53c963492 | |
parent | a493b6506b67887a1cc2d1c00a896598c3b2d445 [diff] [blame] |
patch 8.2.4420: menu translations are inconsistent Problem: Menu translations are inconsistent. Solution: Add a Makefile to convert between encodings. (Ada (Haowen) Yu, closes #9801)
diff --git a/src/version.c b/src/version.c index eaf29a4..709bf7e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4420, +/**/ 4419, /**/ 4418,