commit | a915fa010330ee7212e06d3511acd363d04d2d28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 23 11:29:15 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 23 11:29:15 2022 +0000 |
tree | 632c812369ceff7cfb07ea46358ebfb010868943 | |
parent | 81b573d7e55bd48988f298ce8e652d902e9bdeba [diff] [blame] |
patch 8.2.4612: Vim9: cannot use a recursive call in a nested function Problem: Vim9: cannot use a recursive call in a nested function. (Sergey Vlasov) Solution: Define the funcref before compiling the function. (closes #9989)
diff --git a/src/version.c b/src/version.c index 48eb0c5..f304ef3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4612, +/**/ 4611, /**/ 4610,