commit | acd58ef676bb9559ac0f635f66b62f4602929c87 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 13:42:24 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 13:42:24 2016 +0100 |
tree | a5bd30b1589d7b60140fb562ab127c272dac6cc7 | |
parent | d46ae142aa9452e99576b5e923de974704e3c896 [diff] [blame] |
patch 7.4.1332 Problem: Problem using Python3 when compiled with MingW. Solution: Define PYTHON3_HOME as a wide character string. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 688d2c5..4bdf988 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1332, +/**/ 1331, /**/ 1330,