]> granicus.if.org Git - vim/commit
patch 8.2.3624: when renaming a terminal buffer status text is not updated v8.2.3624
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Nov 2021 17:01:08 +0000 (17:01 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Nov 2021 17:01:08 +0000 (17:01 +0000)
commit3ad695328f94e0197e84454f125c7f3464091d0c
tree111a817a7ffe3f04b1a367ad2dd1d63b194f942a
parent8b8d829faf04fe3706c04f7f7000054acd3254e7
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)
src/buffer.c
src/proto/terminal.pro
src/terminal.c
src/testdir/test_terminal.vim
src/version.c