commit | c970e4225b68ff8650ff23df09e04246c147fca3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 15:03:04 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 15:03:04 2021 +0100 |
tree | 9c46d37f0a911323058fd11964a69e72aa98d80a | |
parent | 6ccfd99b923cc3452a6e6450dfdd7e31ea602dfd [diff] [blame] |
patch 8.2.2614: Vim9: function is deleted while executing Problem: Vim9: function is deleted while executing. Solution: increment the call count, when more than zero do not delete the function but mark it as dead. (closes #7977)
diff --git a/src/version.c b/src/version.c index 37774a5..49eed32 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2614, +/**/ 2613, /**/ 2612,