mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:7.4.2143
Problem: A funccal is garbage collected while it can still be used.
Solution: Set copyID in all referenced functions. Do not list lambda
functions with ":function".
bc7ce675b2
This commit is contained in:
@@ -297,7 +297,7 @@ static int included_patches[] = {
|
||||
2146,
|
||||
// 2145 NA
|
||||
// 2144,
|
||||
// 2143,
|
||||
2143,
|
||||
2142,
|
||||
2141,
|
||||
// 2140 NA
|
||||
|
Reference in New Issue
Block a user