mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
vim-patch:7.4.2121
Problem: No easy way to check if lambda and closure are supported.
Solution: Add the +lambda feature.
9532fe7fbe
This commit is contained in:
parent
f59321e319
commit
d7c798cd86
@ -11653,6 +11653,7 @@ static void f_has(typval_T *argvars, typval_T *rettv, FunPtr fptr)
|
||||
"insert_expand",
|
||||
"jumplist",
|
||||
"keymap",
|
||||
"lambda",
|
||||
"langmap",
|
||||
"libcall",
|
||||
"linebreak",
|
||||
|
@ -319,7 +319,7 @@ static int included_patches[] = {
|
||||
2124,
|
||||
2123,
|
||||
// 2122 NA
|
||||
// 2121,
|
||||
2121,
|
||||
2120,
|
||||
2119,
|
||||
// 2118 NA
|
||||
|
Loading…
Reference in New Issue
Block a user