comparison src/version.c @ 19037:9bb2a4f6296a v8.2.0079

patch 8.2.0079: Python 3 unicode test still fails on MS-Windows Commit: https://github.com/vim/vim/commit/7fc4785ea19306b7e94beb61f226cf40c32b1aba Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 2 16:38:07 2020 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Jan 2020 16:45:03 +0100
parents b920ae62c7b1
children 314517a3a0f8
comparison
equal deleted inserted replaced
19036:dc1c53fdfb4e 19037:9bb2a4f6296a
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 79,
745 /**/ 747 /**/
746 78, 748 78,
747 /**/ 749 /**/
748 77, 750 77,
749 /**/ 751 /**/