commit | b4518563c73460150344a57879bf5b22cb8b1c77 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 22 18:31:35 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 22 18:31:35 2018 +0200 |
tree | bd32958994688a8d0116ce8961dee863c4d282c1 | |
parent | bdb657924d73c98b0ab28411749571e893b699a9 [diff] [blame] |
patch 8.1.0019: error when defining a Lambda with index of a function result Problem: Error when defining a Lambda with index of a function result. Solution: When not evaluating an expression and skipping a function call, set the return value to VAR_UNKNOWN.
diff --git a/src/version.c b/src/version.c index 1f8cfef..b629933 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 19, +/**/ 18, /**/ 17,