commit | 7adf06f4e25c795ba32ff0b2e8591330f6a41afb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 27 15:23:41 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 27 15:23:41 2017 +0200 |
tree | d5c6228247803f2b904b0641042bfb06c4e767cf | |
parent | 4ab7968aa9d8a624cd56f55b5cad2bedb240eb73 [diff] [blame] |
patch 8.0.1006: quickfix list changes when parsing text with 'erroformat' Problem: Cannot parse text with 'erroformat' without changing a quickfix list. Solution: Add the "text" argument to getqflist(). (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 68f3534..5df1fc3 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1006, +/**/ 1005, /**/ 1004,