diff src/version.c @ 23217:0e4b3e7010df v8.2.2154

patch 8.2.2154: popupwin test for terminal buffer fails sometimes Commit: https://github.com/vim/vim/commit/0353f56ddb379e7f1a68172fa4743355e04df21e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 17 22:27:38 2020 +0100 patch 8.2.2154: popupwin test for terminal buffer fails sometimes Problem: Popupwin test for terminal buffer fails sometimes. Solution: Wait for the prompt to appear.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Dec 2020 22:30:04 +0100
parents 62310124e265
children 7118d32f94a5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2154,
+/**/
     2153,
 /**/
     2152,