diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-09-02 19:51:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-09-02 19:51:44 +0200 |
commit | 3653822546fb0f1005c32bb5b70dc9bfacdfc954 (patch) | |
tree | ddc4623400cf61b1d224e7e43db1e8ee929cc8c5 /src/version.c | |
parent | b31cf2bb0be95d106bd8eef93cc07550591c1d0d (diff) | |
download | vim-3653822546fb0f1005c32bb5b70dc9bfacdfc954.zip |
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 8bc6d72be..ee6e91ce7 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1040, +/**/ 1039, /**/ 1038, |