commit | 890680ca6364386fabb271c85e0755bcaa6a33c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 21:28:56 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 21:28:56 2016 +0200 |
tree | 49558541a956ccef2abd6144a5f4293d401a8929 | |
parent | 0e77b7691ee7c477facb4c9d9162c8603ada2d84 [diff] [blame] |
patch 8.0.0017 Problem: Cannot get the number of the current quickfix or location list. Solution: Use the current list if "nr" in "what" is zero. (Yegappan Lakshmanan) Remove debug command from test.
diff --git a/src/version.c b/src/version.c index 2ae056a..12c5505 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 17, +/**/ 16, /**/ 15,