mirror of
https://github.com/neovim/neovim.git
synced 2026-01-27 23:52:34 +10:00
Problem: :endtry after function call that throws not found.
Solution: Do check for following :endtry if an exception is being thrown.
(closes vim/vim#8889)
1d34189ecb
Nvim obsoleted did_throw; check current_exception is not NULL instead.