1
0
forked from aniani/vim

patch 7.4.1842

Problem:    get() works for Partial but not for Funcref.
Solution:   Accept Funcref.  Also return the function itself. (Nikolai Pavlov)
This commit is contained in:
Bram Moolenaar
2016-05-24 22:29:49 +02:00
parent 26852128a2
commit 03e19a04ac
4 changed files with 32 additions and 9 deletions

View File

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