comparison src/version.c @ 8066:1aa8ed4ee48b v7.4.1327

commit https://github.com/vim/vim/commit/b6a7737938e7e7b34f862f58aa5498e6f652e33d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 15 22:55:28 2016 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Mon, 15 Feb 2016 23:00:05 +0100
parents 1e853c5273d0
children 9c6740f2204f
comparison
equal deleted inserted replaced
8065:edbf9c5fe379 8066:1aa8ed4ee48b
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 1327,
750 /**/ 752 /**/
751 1326, 753 1326,
752 /**/ 754 /**/
753 1325, 755 1325,
754 /**/ 756 /**/