mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:7.4.2137
Problem: Using function() with a name will find another function when it is
redefined.
Solution: Add funcref(). Refer to lambda using a partial. Fix several
reference counting issues.
437bafe4c8
This commit is contained in:
@@ -303,7 +303,7 @@ static int included_patches[] = {
|
||||
// 2140 NA
|
||||
// 2139,
|
||||
// 2138 NA
|
||||
// 2137,
|
||||
2137,
|
||||
2136,
|
||||
// 2135,
|
||||
2134,
|
||||
|
Reference in New Issue
Block a user