commit | 170b10b421f0c9fda08b7cfd3bb043c064f3659a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 16:15:27 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 16:15:27 2016 +0200 |
tree | 31940a6dd764f664f7c6886f0d3645b67754b60a | |
parent | b56195ed00a9a79aa6217cddbeedbc8cc7a5b6d8 [diff] [blame] |
patch 7.4.2113 Problem: Test for undo is flaky. Solution: Turn it into a new style test. Use test_settime() to avoid flakyness.
diff --git a/src/version.c b/src/version.c index 53597e9..76bca7a 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2113, +/**/ 2112, /**/ 2111,