comparison src/version.c @ 17284:d3b15a3789e1 v8.1.1641

patch 8.1.1641: garbage collection may run at a wrong moment commit https://github.com/vim/vim/commit/6cc7e21412487ff8bd531c73ac9325f5ba2409a9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 7 14:05:24 2019 +0200 patch 8.1.1641: garbage collection may run at a wrong moment Problem: Garbage collection may run at a wrong moment. (Trygve Aaberge) Solution: Postpone garbage collection while parsing messages. (closes https://github.com/vim/vim/issues/4620)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jul 2019 14:15:05 +0200
parents 6f1679e1082d
children a513b81d3689
comparison
equal deleted inserted replaced
17283:6ea5e2c14ea4 17284:d3b15a3789e1
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1641,
780 /**/ 782 /**/
781 1640, 783 1640,
782 /**/ 784 /**/
783 1639, 785 1639,
784 /**/ 786 /**/