diff src/version.c @ 5623:d59544f3022b v7.4.158

updated for version 7.4.158 Problem: Pattern containing \zs is not handled correctly by substitute(). Solution: Change how an empty match is skipped. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Thu, 23 Jan 2014 20:09:34 +0100
parents be61f315eafe
children a95a151402be
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    158,
+/**/
     157,
 /**/
     156,