commit | 2d8e9985440d2f1ebb1be55296f371e10739bc76 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jun 24 16:42:25 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 16:42:25 2023 +0100 |
tree | 0a410b4af19d8892d4ad11688b67715a41bffab8 | |
parent | 279de0cd1f58ea520826a3dd1c5562a71157b23b [diff] [blame] |
patch 9.0.1660: error for using matchfuzzy() returning a list of dicts Problem: Error for using matchfuzzy() in Vim9 script returning a list of dicts. Solution: Make return type of matchfuzzy() list<any>. (Yegappan Lakshmanan, closes #12574)
diff --git a/src/version.c b/src/version.c index e174f58..ba99907 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1660, +/**/ 1659, /**/ 1658,