commit | 7ce85be63b37ab4ec791dde93a380e8a4d8a04dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 15:01:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 15:01:05 2020 +0200 |
tree | da679ce583f4876ac399b19f7dc2e0f2d1b42886 | |
parent | 1bce831e13c42daa3563c7f90432d9bd9b959b81 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index a2775b3..490e5a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1207, +/**/ 1206, /**/ 1205,