commit | 3457d295f4035293a78f9a9851ea416f923dd59e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 14:55:59 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 14:55:59 2017 +0100 |
tree | 5d8b50d8bb09a7a96de146983da7a41ddb1ec785 | |
parent | f06e5a549f42396be3478ccc1b5f03be64e1173e [diff] [blame] |
patch 8.0.0353: if [RO] is translated it may be truncated Problem: If [RO] in the status line is translated to a longer string, it is trunctted to 4 bytes. Solution: Skip over the resulting string. (Jente Hidskes, closes #1499)
diff --git a/src/version.c b/src/version.c index 021704a..da1ca4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 353, +/**/ 352, /**/ 351,