1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-01-21 12:34:14 +01:00
parent a0f7f73ebb
commit c5f59fab23
7 changed files with 77 additions and 16 deletions

View File

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