diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    286,
+/**/
     285,
 /**/
     284,