mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 14:02:05 +10:00
Problem: Vim9: debugging lambda does not work.
Solution: Use the compile type of the function when compiling a lambda.
(closes vim/vim#8412)
17d868b8b2
Co-authored-by: Bram Moolenaar <Bram@vim.org>