comparison src/version.c @ 2730:e0a90042318d

updated for version 7.3.143 Problem: Memfile is not tested sufficiently. Looking up blocks in a memfile is slow when there are many blocks. Solution: Add high level test and unittest. Adjust the number of hash buckets to the number of blocks. (Ivan Krasilnikov)
author Bram Moolenaar <bram@vim.org>
date Tue, 22 Mar 2011 18:10:45 +0100
parents 62e8d93241cd
children 322a5c8d392b
comparison
equal deleted inserted replaced
2729:12f838be9c59 2730:e0a90042318d
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 143,
717 /**/ 719 /**/
718 142, 720 142,
719 /**/ 721 /**/
720 141, 722 141,
721 /**/ 723 /**/