commit | 48570488f17e397183ea7d5c7ca67d6e4ffb013d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 30 21:48:41 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 30 21:48:41 2017 +0100 |
tree | f9bbc935f2f0d999e16d047056c747168791cb3e | |
parent | 2e51d9a0972080b087d566608472928d5b7b35d7 [diff] [blame] |
patch 8.0.1239: cannot use a lambda for the skip argument to searchpair() Problem: Cannot use a lambda for the skip argument to searchpair(). Solution: Evaluate a partial, funcref and lambda. (LemonBoy, closes #1454, closes #2265)
diff --git a/src/version.c b/src/version.c index 7d4ba56..bb1e8b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1239, +/**/ 1238, /**/ 1237,