summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-08 19:20:27 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-08 19:20:27 +0200
commit7ba5a7eff335dcce25afaa154f32eeadb6014b61 (patch)
treefc8a6cde73f39106e7cbca4052de0d0946526fd8 /runtime
parentf154f3ab2c1eea67afc20140c580ad003752dc72 (diff)
patch 8.2.0933: 'quickfixtextfunc' does not get window ID of location listv8.2.0933
Problem: 'quickfixtextfunc' does not get window ID of location list. Solution: Add "winid" to the dict argument. (Yegappan Lakshmanan, closes #6222)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/quickfix.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index 4f3112c234..982044c5bf 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -1953,6 +1953,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