]> granicus.if.org Git - vim/commit
patch 8.2.1443: Vim9: crash when interrupting a nested :def function v8.2.1443
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Aug 2020 19:40:18 +0000 (21:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Aug 2020 19:40:18 +0000 (21:40 +0200)
commitcdd70f09a5340c3d7ae873f1aaaf9847f27410cc
treedda5a07f21b2c9ac88048c976fcac1c189c7dc8b
parentbe7529e8890f6e8a656efee8bc60c125dc8c2002
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)
src/version.c
src/vim9execute.c