mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
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:

committed by
James McCoy

parent
2c1b4c7f3c
commit
5cf0c99755
@@ -861,7 +861,7 @@ static int included_patches[] = {
|
||||
// 1584 NA
|
||||
// 1583 NA
|
||||
// 1582,
|
||||
// 1581,
|
||||
1581,
|
||||
1580,
|
||||
// 1579 NA
|
||||
1578,
|
||||
|
Reference in New Issue
Block a user