commit | 0398e00a1bf79e85223fb26938c8dd0d54883b77 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 21 21:12:49 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 21 21:12:49 2019 +0100 |
tree | f610600001201f5c1823220e5ed321fa34c97bb3 | |
parent | 60ebd524cf7a27c936cb34395cda9a7cc23abeae [diff] [blame] |
patch 8.1.1030: quickfix function arguments are inconsistent Problem: Quickfix function arguments are inconsistent. Solution: Pass a list pointer instead of info and index. (Yegappan Lakshmanan, closes #4135)
diff --git a/src/version.c b/src/version.c index 5cca930..1129164 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1030, +/**/ 1029, /**/ 1028,