commit | f151ad1c70825a91afb112e611db5c712e2656ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 30 13:38:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 30 13:38:01 2020 +0200 |
tree | a6bd0649f863bc25b72cb815133db956982035bc | |
parent | 6b949615edac2dd33d5e865be8328561f296b045 [diff] [blame] |
patch 8.2.1096: Vim9: return type of getqflist() is wrong Problem: Vim9: return type of getqflist() is wrong. Solution: Let the return type depend on the arguments. Also for getloclist(). (closes #6367)
diff --git a/src/version.c b/src/version.c index 4406488..f0ed380 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1096, +/**/ 1095, /**/ 1094,