comparison src/version.c @ 8076:3b0127287851 v7.4.1332

commit https://github.com/vim/vim/commit/acd58ef676bb9559ac0f635f66b62f4602929c87 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 16 13:42:24 2016 +0100 patch 7.4.1332 Problem: Problem using Python3 when compiled with MingW. Solution: Define PYTHON3_HOME as a wide character string. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Tue, 16 Feb 2016 13:45:05 +0100
parents dc32c8026899
children 7676818d486b
comparison
equal deleted inserted replaced
8075:dadd50418275 8076:3b0127287851
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1332,
750 /**/ 752 /**/
751 1331, 753 1331,
752 /**/ 754 /**/
753 1330, 755 1330,
754 /**/ 756 /**/