1
0
forked from aniani/vim

patch 8.2.3547: opening the quickfix window triggers BufWinEnter twice

Problem:    Opening the quickfix window triggers BufWinEnter twice. (Yorick
            Peterse)
Solution:   Only trigger BufWinEnter with "quickfix". (closes #9022)
This commit is contained in:
Bram Moolenaar
2021-10-20 21:58:42 +01:00
parent 09f7723d5a
commit 1d30fde3c9
6 changed files with 36 additions and 9 deletions

View File

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