commit | b6a7737938e7e7b34f862f58aa5498e6f652e33d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 22:55:28 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 22:55:28 2016 +0100 |
tree | 9ac1b8582fb7b2f7d50f82a9ffe36d4378c0dfa8 | |
parent | 97eba78f69ba68ce8e1fc72bbe762fc321e0a4b1 [diff] [blame] |
patch 7.4.1327 Problem: Channel test doesn't work if Python executable is python.exe. Solution: Find py.exe or python.exe. (Ken Takata)
diff --git a/src/version.c b/src/version.c index bd13c6d..74e0588 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1327, +/**/ 1326, /**/ 1325,