]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1191: Vim9: crash when function calls itself v8.2.1191
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Jul 2020 15:31:09 +0000 (17:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Jul 2020 15:31:09 +0000 (17:31 +0200)
commit985116ae0b7b3ef17e0c0ea2669068dd6b3b39c7
tree15ce69f1bacb283465128d638a064046041b9230
parenteb6880b6eb7c4631f6103575c0d1336b149348c1
patch 8.2.1191: Vim9: crash when function calls itself

Problem:    Vim9: crash when function calls itself.
Solution:   Add status UF_COMPILING. (closes #6441)
src/structs.h
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c