1
0
forked from aniani/vim

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)
This commit is contained in:
Yegappan Lakshmanan
2021-12-08 20:03:31 +00:00
committed by Bram Moolenaar
parent 2172bff364
commit 78a61068cf
4 changed files with 50 additions and 10 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3759,
/**/
3758,
/**/