comparison src/version.c @ 3028:3f822e54765c v7.3.286

updated for version 7.3.286 Problem: Crash when using "zd" on a large number of folds. (Sam King) Solution: Recompute pointer after reallocating array. Move fewer entries when making room.
author Bram Moolenaar <bram@vim.org>
date Fri, 26 Aug 2011 16:13:00 +0200
parents 6018c815e120
children 07bc2ccfe555
comparison
equal deleted inserted replaced
3027:7b50afd31037 3028:3f822e54765c
707 NULL 707 NULL
708 }; 708 };
709 709
710 static int included_patches[] = 710 static int included_patches[] =
711 { /* Add new patch number below this line */ 711 { /* Add new patch number below this line */
712 /**/
713 286,
712 /**/ 714 /**/
713 285, 715 285,
714 /**/ 716 /**/
715 284, 717 284,
716 /**/ 718 /**/