diff src/version.c @ 4559:04086e297563 v7.3.1027

updated for version 7.3.1027 Problem: New regexp performance: Calling no_Magic() very often. Solution: Remove magicness inline.
author Bram Moolenaar <bram@vim.org>
date Sun, 26 May 2013 19:19:52 +0200
parents 888c12c899e5
children 4d81fdda8f35
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 */
 /**/
+    1027,
+/**/
     1026,
 /**/
     1025,