commit | e723c42836d971180d1bf9f98916966c5543fff1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 06 23:40:10 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 06 23:40:10 2017 +0200 |
tree | eced5c296dc3ea756078cb48cfdfe95f3f5d0446 | |
parent | 2e49b6b20c3d7229edf41ac03931ce32ce0f7bd8 [diff] [blame] |
patch 8.0.1067: try/catch in timer does not prevent it from being stopped Problem: Using try/catch in timer does not prevent it from being stopped. Solution: Reset the exception context and use did_emsg instead of called_emsg.
diff --git a/src/version.c b/src/version.c index a3ab6ed..2ce3d26 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1067, +/**/ 1066, /**/ 1065,