commit | 7fc4785ea19306b7e94beb61f226cf40c32b1aba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 02 16:38:07 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 02 16:38:07 2020 +0100 |
tree | 09954565feac912c49ce0547f4be8541c2f6c76c | |
parent | b9adef79eca6f95bc7376ff3a6a383e436c5d6ea [diff] [blame] |
patch 8.2.0079: Python 3 unicode test still fails on MS-Windows Problem: Python 3 unicode test still fails on MS-Windows. Solution: Do not set 'encoding' to "euc-tw" on MS-Windows.
diff --git a/src/version.c b/src/version.c index 4516eb7..052b634 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 79, +/**/ 78, /**/ 77,