commit | aaef1bae3cc331e7a7bb9c698e707c90cd4ded15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 17:40:23 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 17:40:23 2017 +0200 |
tree | 8b8d8939a638a84b3f305086a5ab13626b376535 | |
parent | 7da346035bf5837e6f5b734c5469477d981730f8 [diff] [blame] |
patch 8.0.0830: translating messages is not ideal Problem: Translating messages is not ideal. Solution: Add a remark about obsolete messages. Use msgfmt in the check script. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index cd8a4cf..02d43b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 830, +/**/ 829, /**/ 828,