commit | d9ea9069f5ef5b8b9f9e0d0daecdd124e2dcd818 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 12:38:02 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 12:38:02 2016 +0100 |
tree | c94840d3027eb1d9e1d602835d126314a11abfd4 | |
parent | 885f24fbcae2a39ae496ffb3a1e139379be8fae1 [diff] [blame] |
patch 7.4.1237 Problem: Can't translate message without adding a line break. Solution: Join the two parts of the message.
diff --git a/src/version.c b/src/version.c index 165b396..53949e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1237, +/**/ 1236, /**/ 1235,