patch 8.1.0019: error when defining a Lambda with index of a function result v8.1.0019
authorBram Moolenaar <Bram@vim.org>
Tue, 22 May 2018 16:31:35 +0000 (18:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 May 2018 16:31:35 +0000 (18:31 +0200)
commitb4518563c73460150344a57879bf5b22cb8b1c77
treebd32958994688a8d0116ce8961dee863c4d282c1
parentbdb657924d73c98b0ab28411749571e893b699a9
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.
src/testdir/test_lambda.vim
src/userfunc.c
src/version.c