diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    79,
+/**/
     78,
 /**/
     77,