commit | 3d8e25a6d2660432df033cdad29f981ffe6ae0fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 11:00:02 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 11:00:02 2022 +0000 |
tree | d19a8d83e1644d94bef76ef9807e17ad9189cc1d | |
parent | 0bd663a3804fceb3efb26a179e9c1d830ddcdb6e [diff] [blame] |
patch 8.2.4176: Vim9: cannot use imported function with call() Problem: Vim9: cannot use imported function with call(). Solution: Translate the function name. (closes #9590)
diff --git a/src/version.c b/src/version.c index 728f724..7f0dff5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4176, +/**/ 4175, /**/ 4174,