mirror of
https://github.com/neovim/neovim.git
synced 2026-02-05 03:51:21 +10:00
vim-patch:8.2.3259: when 'indentexpr' causes an error did_throw may hang
Problem: When 'indentexpr' causes an error the did_throw flag may remain
set.
Solution: Reset did_throw and show the error. (closes vim/vim#8677)
620c959c6c
Co-authored-by: Bram Moolenaar <Bram@vim.org>