commit | d0337e360e9f0b51a1a5627239d80a45dee8c3be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 17:55:34 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 17:55:34 2019 +0100 |
tree | 0ec02dbb8600e24e6f26a905c939ef2d833d68bc | |
parent | 85b0957616e9d9d0edef44baa9fa6c6a2037782d [diff] [blame] |
patch 8.2.0060: message test only runs with one encoding Problem: Message test only runs with one encoding. (Dominique Pelle) Solution: Run the test with "utf-8" and "latin1". Fix underflow. (related to #5410)
diff --git a/src/version.c b/src/version.c index aeb1920..3a22ca4 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 60, +/**/ 59, /**/ 58,