diff src/version.c @ 2819:9c8dffc62a41 v7.3.185

updated for version 7.3.185 Problem: ":windo g/pattern/q" closes windows and reports "N more lines". (Tim Chase) Solution: Remember what buffer ":global" started in. (Jean-Rene David)
author Bram Moolenaar <bram@vim.org>
date Tue, 10 May 2011 16:00:47 +0200
parents b941cc96926a
children 3d1a3aa0240c
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 */
 /**/
+    185,
+/**/
     184,
 /**/
     183,