diff src/version.c @ 19344:77794a1d7e98 v8.2.0230

patch 8.2.0230: terminal popup test is flaky Commit: https://github.com/vim/vim/commit/670218839aef105e83f8effaa1c83100c61c7bcf Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 7 22:20:53 2020 +0100 patch 8.2.0230: terminal popup test is flaky Problem: Terminal popup test is flaky. Solution: Increase wait time a bit.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Feb 2020 22:30:03 +0100
parents 8ff84bc1c89b
children 0dd8d1291439
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 */
 /**/
+    230,
+/**/
     229,
 /**/
     228,