commit | 22a0c0c4ecd23b6c43f79ba9b92899ca0b426e29 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 09 23:25:08 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 09 23:25:08 2019 +0200 |
tree | 4c2ad3650de93bd7282b196205e862f4c23ce8ba | |
parent | 0c779e8e4831c538918ae835ce3365af028e36ea [diff] [blame] |
patch 8.1.1834: cannot use a lambda as a method Problem: Cannot use a lambda as a method. Solution: Implement ->{lambda}(). (closes #4768)
diff --git a/src/version.c b/src/version.c index 72dd651..2d06c77 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1834, +/**/ 1833, /**/ 1832,