commit | 65cedb2074ce550d20a3069c200e2a5d4061d3f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 18:52:55 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 18:52:55 2017 +0200 |
tree | 7562fe70301a386ad6982d16c05c4f1349a96d0c | |
parent | 2a4f06f370df0eb6fb77a05343604f5124ae5a11 [diff] [blame] |
patch 8.0.0835: translations check with msgfmt does not work Problem: Translations check with msgfmt does not work. Solution: Add a space before the file name.
diff --git a/src/version.c b/src/version.c index 539fca2..88d7e76 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 835, +/**/ 834, /**/ 833,