diff src/version.c @ 2881:d84a564f28c9 v7.3.214

updated for version 7.3.214 Problem: The text displayed by ":z-" isn't exactly like old Vi. Solution: Add one to the start line number. (ChangZhuo Chen)
author Bram Moolenaar <bram@vim.org>
date Sun, 12 Jun 2011 22:03:23 +0200
parents 493897f8bf90
children b7523ef31e23
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 */
 /**/
+    214,
+/**/
     213,
 /**/
     212,