commit | c9cc9c78f21caba7ecb5c90403df5e19a57aa96a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 02 15:18:42 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 02 15:18:42 2018 +0200 |
tree | 50b8f0fe00446fec89b1ef0e5f9c9064fe7b1182 | |
parent | 7ee3f15b21042cb8148980ea486137eaf1b55bcd [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b1e76e5..5d4845d 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 345, +/**/ 344, /**/ 343,