commit | 3653822546fb0f1005c32bb5b70dc9bfacdfc954 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 19:51:44 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 19:51:44 2017 +0200 |
tree | ddc4623400cf61b1d224e7e43db1e8ee929cc8c5 | |
parent | b31cf2bb0be95d106bd8eef93cc07550591c1d0d [diff] [blame] |
patch 8.0.1040: cannot use another error format in getqflist() Problem: Cannot use another error format in getqflist(). Solution: Add the "efm" argument to getqflist(). (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 8bc6d72..ee6e91c 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1040, +/**/ 1039, /**/ 1038,