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:
committed by
Bram Moolenaar
parent
59b50c3bee
commit
ad52f96a2d
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3018,
|
||||
/**/
|
||||
3017,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user