commit | 27bf7af9d042b396c412fcad7bac59849a4a420f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 23 20:27:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 23 20:27:31 2020 +0100 |
tree | 10910bec6af586a7f79dfe5e8fcefeafd67b36b1 | |
parent | b3c8b1d25414f2e24ad03551cdf125b3e2c142b1 [diff] [blame] |
patch 8.2.2200: Vim9: lambda without white space around -> is confusing Problem: Vim9: lambda without white space around -> is confusing. Solution: Require white space in a :def funtion. (issue #7503)
diff --git a/src/version.c b/src/version.c index 0fadf6b..e3fd6c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2200, +/**/ 2199, /**/ 2198,