commit | 3e93a2b075e99a2b3ced85227a6373be233712ff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 21:28:01 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 21:28:01 2022 +0000 |
tree | e34bf26f7503259ea27c2ec7c4a612e41c2b3307 | |
parent | dff97e65eb1bb24c44c2b7430a480888d8afb3f4 [diff] [blame] |
patch 8.2.4209: partial in 'opfunc' cannot use an imported function Problem: partial in 'opfunc' cannot use an imported function. Solution: Also expand the function name in a partial. (closes #9614)
diff --git a/src/version.c b/src/version.c index 3b7cddd..4c263ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4209, +/**/ 4208, /**/ 4207,