commit | 7e3682068bebc53a5d1e9eaaba61bb4fa9c612da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 21:56:57 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 21:56:57 2020 +0100 |
tree | a450f56b6a7cc785945e92adc0997165094ef2da | |
parent | fc0e8f5c3ef51c86cfa4a51f92b264ef79962b9d [diff] [blame] |
patch 8.2.2219: Vim9: method call with expression not supported Problem: Vim9: method call with expression not supported. Solution: Implement expr->(expr)().
diff --git a/src/version.c b/src/version.c index 90ef966..6178cae 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2219, +/**/ 2218, /**/ 2217,