comparison src/version.c @ 5388:8ced827b2e8b v7.4.045

updated for version 7.4.045 Problem: substitute() does not work properly when the pattern starts with "\ze". Solution: Detect an empty match. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sun, 29 Sep 2013 21:11:05 +0200
parents c0e3990aed3f
children 68056d414f09
comparison
equal deleted inserted replaced
5387:057fb77e28f3 5388:8ced827b2e8b
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 45,
741 /**/ 743 /**/
742 44, 744 44,
743 /**/ 745 /**/
744 43, 746 43,
745 /**/ 747 /**/