comparison 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
comparison
equal deleted inserted replaced
5622:cae8fca838ab 5623:d59544f3022b
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 158,
741 /**/ 743 /**/
742 157, 744 157,
743 /**/ 745 /**/
744 156, 746 156,
745 /**/ 747 /**/