mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
vim-patch:7.4.1582
Problem: Get E923 when using function(dict.func, [], dict). (Kent Sibilev)
Storing a function with a dict in a variable drops the dict if the
function is script-local.
Solution: Translate the function name. Use dict arg if present.
6f2e4b36c9
This commit is contained in:

committed by
James McCoy

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