vim-patch:7.4.1581

Problem:    Using ":call dict.func()" where the function is a partial does
            not work.  Using "dict.func()" where the function does not take a
            Dictionary does not work.
Solution:   Handle partial properly in ":call". (Yasuhiro Matsumoto)

65639032bb
This commit is contained in:
Michael Ennen
2016-10-26 12:42:15 -07:00
committed by James McCoy
parent 2c1b4c7f3c
commit 5cf0c99755
3 changed files with 59 additions and 36 deletions

View File

@@ -861,7 +861,7 @@ static int included_patches[] = {
// 1584 NA
// 1583 NA
// 1582,
// 1581,
1581,
1580,
// 1579 NA
1578,