diff src/version.c @ 2885:eb6c70460702 v7.3.216

updated for version 7.3.216 Problem: When recovering a file a range of lines is missing. (Charles Jie) Solution: Reset the index when advancing to the next pointer block. Add a test to verify recovery works.
author Bram Moolenaar <bram@vim.org>
date Mon, 13 Jun 2011 01:07:27 +0200
parents b7523ef31e23
children 15705b520c29
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 */
 /**/
+    216,
+/**/
     215,
 /**/
     214,