commit | 7ba5a7eff335dcce25afaa154f32eeadb6014b61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 08 19:20:27 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 08 19:20:27 2020 +0200 |
tree | fc8a6cde73f39106e7cbca4052de0d0946526fd8 | |
parent | f154f3ab2c1eea67afc20140c580ad003752dc72 [diff] [blame] |
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 #6222)
diff --git a/src/version.c b/src/version.c index 420d655..54369e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 933, +/**/ 932, /**/ 931,