commit | 620c959c6c00e469c4d3b1ab2e08e4767ee142a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 21:32:31 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 21:32:31 2021 +0200 |
tree | 9e366b7306b60f49c4fc2f37cb2236f915ff1df9 | |
parent | 78db17c6f335f518752ca221ec6bde79db584e15 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index a2247dc..a3f1d12 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3259, +/**/ 3258, /**/ 3257,