commit | 9afe5e9cc01c8ee6811f641746bb5d0d157ea17e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 22 14:16:06 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 22 14:16:06 2019 +0100 |
tree | af2a202b84c9af84016e1c0ccfb436b83097cce3 | |
parent | 0a2f578e22de7e4d82075578afdd5fc2d2dd8134 [diff] [blame] |
patch 8.1.1036: quickfix function arguments are inconsistent Problem: Quickfix function arguments are inconsistent. Solution: Pass a list pointer to more functions. (Yegappan Lakshmanan, closes #4149)
diff --git a/src/version.c b/src/version.c index bee744e..d24f060 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1036, +/**/ 1035, /**/ 1034,