commit | 7780e5c1c5485a979ab6e3914a43e17912e213a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 10 22:04:48 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 10 22:04:48 2019 +0200 |
tree | a3aa3d74492df6bd48ae4dec09ca3469d2e95977 | |
parent | b05caa782dbab51db8de60940eff7992f8cfd882 [diff] [blame] |
patch 8.1.1660: assert_fails() does not fail inside try/catch Problem: Assert_fails() does not fail inside try/catch. Solution: Set trylevel to zero. (Ozaki Kiichi, closes #4639)
diff --git a/src/version.c b/src/version.c index 5e83159..6af9aba 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1660, +/**/ 1659, /**/ 1658,