comparison 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
comparison
equal deleted inserted replaced
29031:fc57c55a63a4 29032:361b46a07f5e
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 5038,
737 /**/ 739 /**/
738 5037, 740 5037,
739 /**/ 741 /**/
740 5036, 742 5036,
741 /**/ 743 /**/