commit | 2f710afe7f166973c879bf7424678ba84368c1bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 20:56:03 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 20:56:03 2019 +0200 |
tree | 2b5f1cc36fd412bbcf42579e9bc2c8e74175e454 | |
parent | c8fd33d18b49c3246f33782dd7b4a1c87504dd5f [diff] [blame] |
patch 8.1.1858: test for multi-byte mapping fails on some systems Problem: Test for multi-byte mapping fails on some systems. Solution: Test in another way.
diff --git a/src/version.c b/src/version.c index 5bd944d..ee4bb90 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1858, +/**/ 1857, /**/ 1856,