commit | 65c4415276394c871c7a8711c7633c19ec9235b1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 24 15:14:01 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 24 15:14:01 2020 +0100 |
tree | 6c72bac928d4993ac4940114ba089f4c08357342 | |
parent | b34f33747223d9cba4b32a27aee70c1705b36ed9 [diff] [blame] |
patch 8.2.2204: Vim9: using -> both for method and lambda is confusing Problem: Vim9: using -> both for method and lambda is confusing. Solution: Use => for lambda in :def function.
diff --git a/src/version.c b/src/version.c index e1e7856..df91534 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2204, +/**/ 2203, /**/ 2202,