comparison src/version.c @ 21313:e641f678bdb9 v8.2.1207

patch 8.2.1207: Vim9: crash in expr test when run in the GUI Commit: https://github.com/vim/vim/commit/7ce85be63b37ab4ec791dde93a380e8a4d8a04dd Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 14 15:01:05 2020 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jul 2020 15:15:05 +0200
parents e16619de8771
children 8de90d2965a3
comparison
equal deleted inserted replaced
21312:0703e225bb72 21313:e641f678bdb9
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1207,
757 /**/ 759 /**/
758 1206, 760 1206,
759 /**/ 761 /**/
760 1205, 762 1205,
761 /**/ 763 /**/