commit | 34c54eb6cbda5dbc14376c8b1c62ad11d4852793 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 25 19:15:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 25 19:15:19 2020 +0100 |
tree | b77319d19be510ea6923adb5529e052143cd566f | |
parent | 6bed0dbc8500be3ea751cc527a6ee89ca073a4d1 [diff] [blame] |
patch 8.2.2051: Vim9: crash when aborting a user function call Problem: Vim9: crash when aborting a user function call. Solution: Do not use the return value when aboring. (closes #7372)
diff --git a/src/version.c b/src/version.c index 216f5c9..4c54fe5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2051, +/**/ 2050, /**/ 2049,