comparison src/version.c @ 19031:9cad3d0c34b3 v8.2.0076

patch 8.2.0076: Python 3 unicode test fails on MS-Windows Commit: https://github.com/vim/vim/commit/955f4e6f36ea009b90803d12a62108c94f446778 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 1 17:44:56 2020 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jan 2020 18:00:04 +0100
parents 8aa4ba1f9345
children f0312cf3c792
comparison
equal deleted inserted replaced
19030:c413e5c05588 19031:9cad3d0c34b3
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 76,
745 /**/ 747 /**/
746 75, 748 75,
747 /**/ 749 /**/
748 74, 750 74,
749 /**/ 751 /**/