diff src/version.c @ 3162:ff69efc4bc55 v7.3.351

updated for version 7.3.351 Problem: Text formatting uses start of insert position when it should not. (Peter Wagenaar) Solution: Do not use Insstart when intentionally formatting.
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Oct 2011 17:04:29 +0200
parents 07956eab189c
children ca65249eb34b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    351,
+/**/
     350,
 /**/
     349,