commit | 2177f9fe18a927ef65ccebb0856722a28dc00252 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 25 20:39:09 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 25 20:39:09 2016 +0200 |
tree | c75dc489980efd00171f826a8c62e1b92b1fe9c5 | |
parent | 03e19a04ac2ca55643663b97b6ab94043233dcbd [diff] [blame] |
patch 7.4.1843 Problem: Tests involving Python are flaky. Solution: Set the pt_auto field. Add tests. (Nikolai Pavlov)
diff --git a/src/version.c b/src/version.c index d93be48..678bf2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1843, +/**/ 1842, /**/ 1841,