1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-01-08 22:24:19 +01:00
parent 832ea89ca9
commit b657198cb3
3 changed files with 21 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2316,
/**/
2315,
/**/