1
0
forked from aniani/vim

patch 8.2.3018: 'quickfixtextfunc' formatting is lost when switching buffers

Problem:    Formatting using quickfixtextfunc is lost when updating location
            lists for different buffers.  (Yorick Peterse)
Solution:   Use the right window for the locaiton list. (Yegappan Lakshmanan,
            closes #8400, closes #8403)
This commit is contained in:
Yegappan Lakshmanan
2021-06-19 18:22:53 +02:00
committed by Bram Moolenaar
parent 59b50c3bee
commit ad52f96a2d
3 changed files with 71 additions and 1 deletions

View File

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