vim-patch:8.2.0933: 'quickfixtextfunc' does not get window ID of location list

Problem:    'quickfixtextfunc' does not get window ID of location list.
Solution:   Add "winid" to the dict argument. (Yegappan Lakshmanan,
            closes vim/vim#6222)
7ba5a7eff3
This commit is contained in:
kevinhwang91
2021-05-04 13:55:38 +08:00
parent ebe1a08366
commit 00246d7be5
3 changed files with 23 additions and 8 deletions

View File

@@ -1915,6 +1915,9 @@ following fields:
quickfix set to 1 when called for a quickfix list and 0 when called for
a location list.
winid for a location list, set to the id of the window with the
location list. For a quickfix list, set to 0. Can be used in
getloclist() to get the location list entry.
id quickfix or location list identifier
idx index of the entry in the quickfix or location list