commit | f111cdfae6edf697390e0d9a85082a6526b03da6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 12 12:48:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 12 12:48:17 2022 +0000 |
tree | eb21805b1f0c35abd1b32c465e6941b40ba402bf | |
parent | 17d36cbcd36d944c744ef68afa971718959b2111 [diff] [blame] |
patch 8.2.4067: Vim9: cannot call imported function with :call Problem: Vim9: cannot call imported function with :call. (Drew Vogel) Solution: Translate the function name. (closes #9510)
diff --git a/src/version.c b/src/version.c index 24d2f08..adf2175 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4067, +/**/ 4066, /**/ 4065,