]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1660: error for using matchfuzzy() returning a list of dicts v9.0.1660
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 24 Jun 2023 15:42:25 +0000 (16:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Jun 2023 15:42:25 +0000 (16:42 +0100)
commit2d8e9985440d2f1ebb1be55296f371e10739bc76
tree0a410b4af19d8892d4ad11688b67715a41bffab8
parent279de0cd1f58ea520826a3dd1c5562a71157b23b
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)
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c