commit | b657198cb30765468451d7f68fce49b5b4000c5d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 08 22:24:19 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 08 22:24:19 2021 +0100 |
tree | f08af40d882cbc7e6d0d0f2cc4c0df691bcf7491 | |
parent | 832ea89ca90cdff019ee7cf31d5c44bfa164313a [diff] [blame] |
patch 8.2.2316: Vim9: cannot list a lambda function Problem: Vim9: cannot list a lambda function. Solution: Support the <lambda>9 notation, like :disassemble. (closes #7634)
diff --git a/src/version.c b/src/version.c index 1078665..f4cfa2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2316, +/**/ 2315, /**/ 2314,