mirror of
https://github.com/neovim/neovim.git
synced 2026-02-08 21:41:51 +10: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>