comparison src/version.c @ 6577:7092ec5d5ef1 v7.4.615

updated for version 7.4.615 Problem: Vim hangs when freeing a lot of objects. Solution: Do not go back to the start of the list every time. (Yasuhiro Matsumoto and Ariya Mizutani)
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 17:10:06 +0100
parents a7e485b683d8
children a287b0e9e87b
comparison
equal deleted inserted replaced
6576:2528980526f9 6577:7092ec5d5ef1
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 615,
744 /**/ 746 /**/
745 614, 747 614,
746 /**/ 748 /**/
747 613, 749 613,
748 /**/ 750 /**/