diff src/version.c @ 2986:eff686fb8de6 v7.3.265

updated for version 7.3.265 Problem: When storing a pattern in search history there is no proper check for the separator character. Solution: Pass the separator character to in_history(). (Muraoka Taro)
author Bram Moolenaar <bram@vim.org>
date Wed, 27 Jul 2011 17:58:46 +0200
parents aa40bddeea9a
children 25be7c9dda54
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 */
 /**/
+    265,
+/**/
     264,
 /**/
     263,