diff src/version.c @ 4525:36ddcf4cecbc v7.3.1010

updated for version 7.3.1010 Problem: New regexp: adding \Z makes every character match. Solution: Only apply ireg_icombine for composing characters. Alsl add missing change from patch 1008. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Fri, 24 May 2013 20:25:33 +0200
parents 57393dc4b811
children 55bcaa1d2749
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 */
 /**/
+    1010,
+/**/
     1009,
 /**/
     1008,