mirror of
https://github.com/neovim/neovim.git
synced 2025-12-23 22:58:59 +00:00
Problem: Vim9: expression breakpoint not checked in :def function.
Solution: Always compile a function for debugging if there is an expression
breakpoint. (closes vim/vim#8803)
26a4484da2
Co-authored-by: Bram Moolenaar <Bram@vim.org>