commit | cbbc48f64b9cfd88720dc94b0578a3726f725178 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 12:58:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 12:58:28 2022 +0000 |
tree | e46922e06c68b52436ad1fe6a8980279c88657ea | |
parent | 31dcc8de463843e3378bb15a16247940d6a147e4 [diff] [blame] |
patch 8.2.4131: Vim9: calling function in autoload import does not work Problem: Vim9: calling function in autoload import does not work in a :def function. Solution: When a variable is not found and a PCALL follows use a funcref. (closes #9550)
diff --git a/src/version.c b/src/version.c index f7e3053..64a6077 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4131, +/**/ 4130, /**/ 4129,