commit | 3ad695328f94e0197e84454f125c7f3464091d0c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 19 17:01:08 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 19 17:01:08 2021 +0000 |
tree | 111a817a7ffe3f04b1a367ad2dd1d63b194f942a | |
parent | 8b8d829faf04fe3706c04f7f7000054acd3254e7 [diff] [blame] |
patch 8.2.3624: when renaming a terminal buffer status text is not updated Problem: When renaming a terminal buffer the status text is not updated. Solution: Clear the cached status text when renaming a terminal buffer. (closes #9162)
diff --git a/src/version.c b/src/version.c index 919a802..7cadceb 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3624, +/**/ 3623, /**/ 3622,