diff src/version.c @ 19552:d9b365f791d5 v8.2.0333

patch 8.2.0333: terminal in popup test is flaky Commit: https://github.com/vim/vim/commit/57c339569e96725e24e79944bf99f70c50afb5b1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 29 16:09:16 2020 +0100 patch 8.2.0333: terminal in popup test is flaky Problem: Terminal in popup test is flaky. Solution: Make sure redraw is done before opening the popup.
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Feb 2020 16:15:04 +0100
parents b3ef3538b389
children b38d73f36467
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    333,
+/**/
     332,
 /**/
     331,