commit | 955f4e6f36ea009b90803d12a62108c94f446778 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 01 17:44:56 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 01 17:44:56 2020 +0100 |
tree | aea97898f67658c0ccaddc4978558f010b8ce956 | |
parent | 2466aea508f22d44099d54ed6d15c0a1d90f8d6e [diff] [blame] |
patch 8.2.0076: Python 3 unicode test fails on MS-Windows Problem: Python 3 unicode test fails on MS-Windows. Solution: Do not set 'encoding' to "debug" on MS-Windows.
diff --git a/src/version.c b/src/version.c index 16544f7..263ffb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 76, +/**/ 75, /**/ 74,