commit | ebc3de634f4c2893f34e41b4f8da1d59212e59ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 26 11:08:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 26 11:08:28 2020 +0200 |
tree | 42c5f960018d8e4922b12c62b56b4f96bf0c8467 | |
parent | a14e6975478adeddcc2161edc1ec611016aa89f3 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 5ccbfad..1730875 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 826, +/**/ 825, /**/ 824,