From bb7d0deb2f93bd7980a51dca05ae222e751ab632 Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Wed, 14 Dec 2016 17:06:36 -0700 Subject: vim-patch:7.4.2044 Problem: filter() and map() either require a string or defining a function. Solution: Support lambda, a short way to define a function that evaluates an expression. (Yasuhiro Matsumoto, Ken Takata) https://github.com/vim/vim/commit/069c1e7fa9f45a665064f7f2c17da84d6a48f544 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 31f6c41ffc..e5b66eff27 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -396,7 +396,7 @@ static int included_patches[] = { // 2047, // 2046, // 2045 NA - // 2044, + 2044, 2043, // 2042 NA // 2041 NA -- cgit