summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-12 22:25:56 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-12 22:25:56 +0100
commitf02c5cffd8cd567d8dfbe4d9e93ec75eb29e7910 (patch)
treefc81e3fa85b1f79e5cb5bde440cc2749f52a84ff /src/version.c
parent76467dfcafcf295fd987f712730774c6f55317d3 (diff)
downloadvim-git-7.4.1307.tar.gz
patch 7.4.1307v7.4.1307
Problem: Some channel tests fail on MS-Windows. Solution: Disable the failing tests temporarily.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 7a99caa10..90c507a39 100644
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1307,
+/**/
1306,
/**/
1305,