]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0826: Vim9: crash in :defcompile v8.2.0826
authorBram Moolenaar <Bram@vim.org>
Tue, 26 May 2020 09:08:28 +0000 (11:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 May 2020 09:08:28 +0000 (11:08 +0200)
commitebc3de634f4c2893f34e41b4f8da1d59212e59ea
tree42c5f960018d8e4922b12c62b56b4f96bf0c8467
parenta14e6975478adeddcc2161edc1ec611016aa89f3
patch 8.2.0826: Vim9: crash in :defcompile

Problem:    Vim9: crash in :defcompile.
Solution:   Restart the loop after a call to compile_def_function() caused the
            hash table to resize.
src/userfunc.c
src/version.c