diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-01-21 13:29:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-01-21 13:29:56 +0000 |
commit | f0e7e6365e86ca42c177fe165d3097d1bfb35f72 (patch) | |
tree | da24c974e4cfc8f3a1853f80e2974e60689fb833 /src/version.c | |
parent | b7057bdd090ddcce96dc058e4e65340c8ec961d7 (diff) | |
download | vim-git-8.2.4171.tar.gz |
patch 8.2.4171: cannot invoke option function using autoload importv8.2.4171
Problem: Cannot invoke option function using autoload import.
Solution: Expand the import to an autoload function name. (closes #9578)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 4bf32fef6..07c28aee2 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4171, +/**/ 4170, /**/ 4169, |