commit | ddbe7d26b10c4374f406b807ae161826cf2096e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 18:26:48 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 18:26:48 2016 +0100 |
tree | 707b9f2a20edc82251f0c1f14a8d315641211063 | |
parent | 42d38a2db17e70312d073095257555c27a5f9443 [diff] [blame] |
patch 7.4.1370 Problem: The Python test script may keep on running. Solution: Join the threads. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index d857ed2..598d430 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1370, +/**/ 1369, /**/ 1368,