]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2147: quickfix window title not updated in all tab pages v8.2.2147
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Dec 2020 20:02:56 +0000 (21:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Dec 2020 20:02:56 +0000 (21:02 +0100)
commit530bed993e41bda6f717a8ddd0acb39464f95336
treea1aa53e764388f4248465001970b13e50f5e6111
parent9987fb0b4b591e6450fb1dfbe8f615f365057f2a
patch 8.2.2147: quickfix window title not updated in all tab pages

Problem:    Quickfix window title not updated in all tab pages.
Solution:   Update the quickfix window title in all tab pages. (Yegappan
            Lakshmanan, closes #7481, closes #7466)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c