commit | 9667b2c888351b04751bdb43cba0d4ffc8c13ab1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 17:28:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 17:28:09 2022 +0100 |
tree | 2fdab6d882454458af5b42159ef6f863f72b3867 | |
parent | c9c967da09d9faf5ba989c943352274fea365841 [diff] [blame] |
patch 9.0.0406: deferred functions not invoked when partial func exits Problem: Deferred functions not invoked when partial func exits. Solution: Create a funccall_T when calling a :def function.
diff --git a/src/version.c b/src/version.c index ff5fd12..e4b0b09 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 406, +/**/ 405, /**/ 404,