diff src/version.c @ 3630:79ae10bd0565 v7.3.575

updated for version 7.3.575 Problem: "ygt" tries to yank instead of giving an error. (Daniel Mueller) Solution: Check for a pending operator.
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Jun 2012 13:56:06 +0200
parents 3ac005f02cf0
children 7e3fedfc3d08
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 */
 /**/
+    575,
+/**/
     574,
 /**/
     573,