diff src/version.c @ 29032:361b46a07f5e v8.2.5038

patch 8.2.5038: a finished terminal in a popup window does not show scrollbar Commit: https://github.com/vim/vim/commit/d28950f9540f77032cee0a3047b05bef50ea81dc Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 29 14:13:04 2022 +0100 patch 8.2.5038: a finished terminal in a popup window does not show scrollbar Problem: A finished terminal in a popup window does not show a scrollbar. Solution: Show the scrollbar if the terminal job is finished. (closes #10497)
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 May 2022 15:15:05 +0200
parents f79cff615e69
children f3c014fe5c16
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5038,
+/**/
     5037,
 /**/
     5036,