comparison src/version.c @ 4799:e3f9e33fb28c v7.3.1146

updated for version 7.3.1146 Problem: New regexp engine: look-behind match not checked when followed by zero-width match. Solution: Do the look-behind match before adding the zero-width state.
author Bram Moolenaar <bram@vim.org>
date Sat, 08 Jun 2013 13:33:37 +0200
parents a30e3762957d
children 3cd3cc1e9119
comparison
equal deleted inserted replaced
4798:b4b5c5eadd9a 4799:e3f9e33fb28c
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1146,
731 /**/ 733 /**/
732 1145, 734 1145,
733 /**/ 735 /**/
734 1144, 736 1144,
735 /**/ 737 /**/