mirror of
https://github.com/neovim/neovim.git
synced 2026-08-23 15:41:47 +00:00
Problem: Vim9: extra "unknown" error after other error.
Solution: Restore did_emsg count after EXEC instruction. (closes vim/vim#7254)
Improve error message from assert_fails()
631e8f9345
Co-authored-by: Bram Moolenaar <Bram@vim.org>