commit | cdd70f09a5340c3d7ae873f1aaaf9847f27410cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 13 21:40:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 13 21:40:18 2020 +0200 |
tree | dda5a07f21b2c9ac88048c976fcac1c189c7dc8b | |
parent | be7529e8890f6e8a656efee8bc60c125dc8c2002 [diff] [blame] |
patch 8.2.1443: Vim9: crash when interrupting a nested :def function Problem: Vim9: crash when interrupting a nested :def function. Solution: Push a dummy return value onto the stack. (closes #6701)
diff --git a/src/version.c b/src/version.c index 95337c7..e2e6b2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1443, +/**/ 1442, /**/ 1441,