1
0
forked from aniani/vim

patch 8.2.5167: get(Fn, 'name') on funcref returns special byte code

Problem:    get(Fn, 'name') on funcref returns special byte code.
Solution:   Use the printable name.
This commit is contained in:
Bram Moolenaar
2022-06-27 11:45:52 +01:00
parent f65cc665fa
commit 1ae8c262df
3 changed files with 20 additions and 5 deletions

View File

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