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:
Michael Ennen 2016-12-17 16:20:47 -07:00
parent f59321e319
commit d7c798cd86
2 changed files with 2 additions and 1 deletions

View File

@ -11653,6 +11653,7 @@ static void f_has(typval_T *argvars, typval_T *rettv, FunPtr fptr)
"insert_expand", "insert_expand",
"jumplist", "jumplist",
"keymap", "keymap",
"lambda",
"langmap", "langmap",
"libcall", "libcall",
"linebreak", "linebreak",

View File

@ -319,7 +319,7 @@ static int included_patches[] = {
2124, 2124,
2123, 2123,
// 2122 NA // 2122 NA
// 2121, 2121,
2120, 2120,
2119, 2119,
// 2118 NA // 2118 NA