commit | dcb53be4418fe263a71c7738315241031df6c986 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 14:23:43 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 14:23:43 2021 +0000 |
tree | 06c0a6aeb6eae587344a5360b3b4cd0dd02c1a5d | |
parent | d0fb907253a5c5a71b1f231f3ddec24098fb4e21 [diff] [blame] |
patch 8.2.3765: Vim9: cannot use a lambda for 'opfunc' and others Problem: Vim9: cannot use a lambda for 'opfunc' and others. Solution: Convert the lambda to a string.
diff --git a/src/version.c b/src/version.c index 06b9183..083c111 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3765, +/**/ 3764, /**/ 3763,