mirror of
https://github.com/zoriya/vim.git
synced 2025-12-23 15:45:15 +00:00
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 #8677)
This commit is contained in:
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3259,
|
||||
/**/
|
||||
3258,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user