commit | 2466aea508f22d44099d54ed6d15c0a1d90f8d6e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 01 17:09:11 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 01 17:09:11 2020 +0100 |
tree | dc2d9530b7e9845b397784afdd9fd0ddcc20f5a0 | |
parent | 4b7cdca23035eacf6cd0e30b90546cf32f7efe9e [diff] [blame] |
patch 8.2.0075: Python 3 unicode test still sometimes fails Problem: Python 3 unicode test still sometimes fails. Solution: Skip the test when 'termencoding' is not empty.
diff --git a/src/version.c b/src/version.c index 30f4465..16544f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 75, +/**/ 74, /**/ 73,