mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00

Problem: Leaking memory in map() and filter(), cannot use a string argument
in Vim9 script.
Solution: Fix the leak, adjust the argument check, also run the tests as
Vim9 script. (Yegappan Lakshmanan, closes vim/vim#9354)
2d877599ee
Co-authored-by: Bram Moolenaar <Bram@vim.org>