]> granicus.if.org Git - vim/commit
patch 8.2.3775: Vim9: lambda compiled without outer context when debugging v8.2.3775
authorBram Moolenaar <Bram@vim.org>
Fri, 10 Dec 2021 16:55:58 +0000 (16:55 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 10 Dec 2021 16:55:58 +0000 (16:55 +0000)
commit9fffef9f3562e05755e4b3c46509b2eeeb623ff7
treecb16a0a914ba937887e7801dd2b436a71de39bfe
parentb711814cb64b60ec4918e3e1fb2ca5c50d6e9340
patch 8.2.3775: Vim9: lambda compiled without outer context when debugging

Problem:    Vim9: lambda compiled without outer context when debugging.
Solution:   When compiling a lambda for debugging also compile it without.
            (closes #9302)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c