comparison src/version.c @ 19001:1ebfb46710cd v8.2.0061

patch 8.2.0061: the execute stack can grow big and never shrinks Commit: https://github.com/vim/vim/commit/3fbcc128cbd2311819cc5a7bb89e45669860f008 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 30 19:19:53 2019 +0100 patch 8.2.0061: the execute stack can grow big and never shrinks Problem: The execute stack can grow big and never shrinks. Solution: Reduce the size in gargage collect.
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Dec 2019 19:30:03 +0100
parents 6fb11e7fb9cd
children c91a1c160d75
comparison
equal deleted inserted replaced
19000:8a0f02d2c9a0 19001:1ebfb46710cd
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 61,
745 /**/ 747 /**/
746 60, 748 60,
747 /**/ 749 /**/
748 59, 750 59,
749 /**/ 751 /**/