summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-07 17:05:31 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-07 17:05:31 +0100
commit3c47e8384de62dd67748454a853677e32ee7842c (patch)
treed834180588a79710ebff35378ca414c87c9c304d /src/version.c
parent664f3cf3f21d3699bfd179c318ef5c869c085648 (diff)
downloadvim-git-3c47e8384de62dd67748454a853677e32ee7842c.tar.gz
patch 8.1.2403: autocmd test fails under valgrindv8.1.2403
Problem: Autocmd test fails under valgrind. Solution: Wait a bit longer.
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 8f098f29d..f991cfb3a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2403,
+/**/
2402,
/**/
2401,