diff src/version.c @ 18836:7882ccab03da v8.1.2405

patch 8.1.2405: matchadd_conceal test fails under valgrind Commit: https://github.com/vim/vim/commit/1f9a028def327bd9bbfef375cb1283cd51e04678 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 7 17:22:04 2019 +0100 patch 8.1.2405: matchadd_conceal test fails under valgrind Problem: matchadd_conceal test fails under valgrind. Solution: Use WaitForAssert() and wait a bit longer.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Dec 2019 17:30:03 +0100
parents aaea9672a96d
children 8dabdfc7c799
line wrap: on
line diff
--- 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 */
 /**/
+    2405,
+/**/
     2404,
 /**/
     2403,