summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-29 16:15:27 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-29 16:15:27 +0200
commit170b10b421f0c9fda08b7cfd3bb043c064f3659a (patch)
tree31940a6dd764f664f7c6886f0d3645b67754b60a /src/version.c
parentb56195ed00a9a79aa6217cddbeedbc8cc7a5b6d8 (diff)
downloadvim-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.c2
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,