diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-29 16:15:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-29 16:15:27 +0200 |
commit | 170b10b421f0c9fda08b7cfd3bb043c064f3659a (patch) | |
tree | 31940a6dd764f664f7c6886f0d3645b67754b60a /src/version.c | |
parent | b56195ed00a9a79aa6217cddbeedbc8cc7a5b6d8 (diff) | |
download | vim-git-7.4.2113.tar.gz |
patch 7.4.2113v7.4.2113
Problem: Test for undo is flaky.
Solution: Turn it into a new style test. Use test_settime() to avoid
flakyness.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 53597e9de..76bca7a41 100644 --- a/src/version.c +++ b/src/version.c @@ -759,6 +759,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2113, +/**/ 2112, /**/ 2111, |