commit | 6e62da3e14d32f76f60d5cc8b267059923842f17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 28 08:16:25 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 28 08:16:25 2017 +0200 |
tree | df7594afe76220c2cdab1b280c59961aaa3863b4 | |
parent | 6dd4a53502fb4ec1b66104eab1805e7254ad9e41 [diff] [blame] |
patch 8.0.0606: cannot set the context for a specified quickfix list Problem: Cannot set the context for a specified quickfix list. Solution: Use the list index instead of the current list. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 2c5aa06..0daa349 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 606, +/**/ 605, /**/ 604,