]> granicus.if.org Git - vim/commit
patch 8.2.1482: Vim9: crash when using a nested lambda v8.2.1482
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Aug 2020 20:32:03 +0000 (22:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Aug 2020 20:32:03 +0000 (22:32 +0200)
commitaeb2bdd0de5ce5b566509dda5ba9ad6f976063b3
tree0f1b73d630fff86f5c939ec79498d83f46960e56
parent3affe7a6c6fc813f5d29857933ee6aca0b9c7bd6
patch 8.2.1482: Vim9: crash when using a nested lambda

Problem:    Vim9: crash when using a nested lambda.
Solution:   Do not clear the growarray when not evaluating.  Correct pointer
when getting the next line. (closes #6731)
src/eval.c
src/scriptfile.c
src/testdir/test_vim9_expr.vim
src/version.c