commit | f0e7e6365e86ca42c177fe165d3097d1bfb35f72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 21 13:29:56 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 21 13:29:56 2022 +0000 |
tree | da24c974e4cfc8f3a1853f80e2974e60689fb833 | |
parent | b7057bdd090ddcce96dc058e4e65340c8ec961d7 [diff] [blame] |
patch 8.2.4171: cannot invoke option function using autoload import Problem: Cannot invoke option function using autoload import. Solution: Expand the import to an autoload function name. (closes #9578)
diff --git a/src/version.c b/src/version.c index 4bf32fe..07c28ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4171, +/**/ 4170, /**/ 4169,