diff src/version.c @ 19589:47db1e17d0a4 v8.2.0351

patch 8.2.0351: terminal in popup test is still a bit flaky Commit: https://github.com/vim/vim/commit/3e919d2924c87eb8fee62603788fcc3ced2a0031 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 3 22:56:39 2020 +0100 patch 8.2.0351: terminal in popup test is still a bit flaky Problem: Terminal in popup test is still a bit flaky. Solution: Clear and redraw before opening the popup.
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 Mar 2020 23:00:04 +0100
parents e61dc51ab9b4
children ac3f5096f438
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 */
 /**/
+    351,
+/**/
     350,
 /**/
     349,