commit | 9bc4dde45d45df732953491d0f2c3fd3b10a627e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 13:08:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 13:08:29 2019 +0200 |
tree | 364e7c40c8b5c3b1d3d6691edef762de81413e7e | |
parent | 949f1989cba8bf7653316c2b1444c26f1536bfab [diff] [blame] |
patch 8.1.1738: testing lambda with timer is slow Problem: Testing lambda with timer is slow. Solution: Do not test timer accuracy, only that it works. (Daniel Hahler, closes #4723)
diff --git a/src/version.c b/src/version.c index 96f4bce..9eb1e13 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1738, +/**/ 1737, /**/ 1736,