commit | c5f59fab23820454f060562927ddc1397f9d479a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 12:34:14 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 12:34:14 2021 +0100 |
tree | b2f9c295fd9d127e5211ad608966554cf92d7ae6 | |
parent | a0f7f73ebb3ab032af08699c24c465403512b7d8 [diff] [blame] |
patch 8.2.2381: Vim9: divide by zero does not abort expression execution Problem: Vim9: divide by zero does not abort expression execution. Solution: Use a "failed" flag. (issue #7704)
diff --git a/src/version.c b/src/version.c index 0e4a97b..c220a40 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2381, +/**/ 2380, /**/ 2379,