1
0
forked from aniani/vim

patch 8.1.0345: cannot get the window id associated with the location list

Problem:    Cannot get the window id associated with the location list.
Solution:   Add the "filewinid" argument to getloclist(). (Yegappan
            Lakshmanan, closes #3202)
This commit is contained in:
Bram Moolenaar
2018-09-02 15:18:42 +02:00
parent 7ee3f15b21
commit c9cc9c78f2
4 changed files with 85 additions and 6 deletions

View File

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