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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2316,
|
||||
/**/
|
||||
2315,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user