diff src/version.c @ 8153:240deebfadde v7.4.1370

commit https://github.com/vim/vim/commit/ddbe7d26b10c4374f406b807ae161826cf2096e1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 18:26:48 2016 +0100 patch 7.4.1370 Problem: The Python test script may keep on running. Solution: Join the threads. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 18:30:05 +0100
parents aa845d10c6fb
children 6ee6fb27dcea
line wrap: on
line diff
--- 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 */
 /**/
+    1370,
+/**/
     1369,
 /**/
     1368,