]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1207: Vim9: crash in expr test when run in the GUI v8.2.1207
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2020 13:01:05 +0000 (15:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2020 13:01:05 +0000 (15:01 +0200)
commit7ce85be63b37ab4ec791dde93a380e8a4d8a04dd
treeda679ce583f4876ac399b19f7dc2e0f2d1b42886
parent1bce831e13c42daa3563c7f90432d9bd9b959b81
patch 8.2.1207: Vim9: crash in expr test when run in the GUI

Problem:    Vim9: crash in expr test when run in the GUI.
Solution:   Break out of loop over hashtab also when function got removed and
            added.
src/testdir/test_vim9_expr.vim
src/userfunc.c
src/version.c