diff src/version.c @ 4879:6d935f45c489 v7.3.1185

updated for version 7.3.1185 Problem: New regexp engine: no match with ^ after \n. (SungHyun Nam) Solution: Fix it, add a test.
author Bram Moolenaar <bram@vim.org>
date Thu, 13 Jun 2013 20:19:40 +0200
parents 9e36c6b1ebf4
children 7b8991e084f9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1185,
+/**/
     1184,
 /**/
     1183,