]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3759: quickfix buffer becomes hidden while still in a window v8.2.3759
authorYegappan Lakshmanan <yegappan@yahoo.com>
Wed, 8 Dec 2021 20:03:31 +0000 (20:03 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 8 Dec 2021 20:03:31 +0000 (20:03 +0000)
commit78a61068cf2c83e611d954a0fb413a09ad59dc07
treebc57cdc4b0fdf24746f4e2e6bb91a3dc609d29a0
parent2172bff36417ddd90653531edc65897411c83b3f
patch 8.2.3759: quickfix buffer becomes hidden while still in a window

Problem:    Quickfix buffer becomes hidden while still in a window.
Solution:   Check if the closed window is the last window showing the quickfix
            buffer. (Yegappan Lakshmanan, closes #9303, closes #9300)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c
src/window.c