commit | d28950f9540f77032cee0a3047b05bef50ea81dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 29 14:13:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 29 14:13:04 2022 +0100 |
tree | 52f34516cfa9251ab2471cf8ae9079e8f4ccef38 | |
parent | 4d97a565ae8be0d4debba04ebd2ac3e75a0c8010 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6a5b3cc..cc97687 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5038, +/**/ 5037, /**/ 5036,