diff src/version.c @ 2719:0139403c8eb0 v7.3.135

updated for version 7.3.135 Problem: When there is no previous substitute pattern, the previous search pattern is used. The other way around doesn't work. Solution: When there is no previous search pattern, use the previous substitute pattern if possible. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 25 Feb 2011 18:38:36 +0100
parents 31757405c0c5
children 3adc6dd2d122
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 */
 /**/
+    135,
+/**/
     134,
 /**/
     133,