commit | 948a3894d98f5e2a6e7fc57189fe9c2a5919eebf | [log] [tgz] |
---|---|---|
author | Kota Kato <github@kat0h.com> | Tue Aug 16 16:09:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 16:09:59 2022 +0100 |
tree | 12c30f33547c5474f5de4369907fb037b41428bb | |
parent | e98c88c44c308edaea5994b8ad4363e65030968c [diff] [blame] |
patch 9.0.0219: cannot make a funcref with "s:func" in a def function Problem: Cannot make a funcref with "s:func" in a def function in legacy script. Solution: Allow for using a lower case function name after "s:". (Kota Kato, closes #10926)
diff --git a/src/version.c b/src/version.c index 5d9f9f7..3aff052 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 219, +/**/ 218, /**/ 217,