comparison src/version.c @ 3378:e6392f2aed4c v7.3.455

updated for version 7.3.455 Problem: Using many continuation lines can be slow. Solution: Adjust the reallocation size to the current length.
author Bram Moolenaar <bram@vim.org>
date Wed, 22 Feb 2012 18:29:33 +0100
parents 1632640a24b4
children 07fd030f89be
comparison
equal deleted inserted replaced
3377:93a2ac06bdff 3378:e6392f2aed4c
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 455,
717 /**/ 719 /**/
718 454, 720 454,
719 /**/ 721 /**/
720 453, 722 453,
721 /**/ 723 /**/