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:
Bram Moolenaar
2021-07-31 21:32:31 +02:00
parent 78db17c6f3
commit 620c959c6c
4 changed files with 78 additions and 61 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3259,
/**/
3258,
/**/