comparison src/version.c @ 4682:2f51ee8825db v7.3.1088

updated for version 7.3.1088 Problem: New regexp engine: \@<= and \@<! are not implemented. Solution: Implement look-behind matching. Fix off-by-one error in old regexp engine.
author Bram Moolenaar <bram@vim.org>
date Sat, 01 Jun 2013 19:54:43 +0200
parents 4d92b873acef
children 79522bb17125
comparison
equal deleted inserted replaced
4681:2eb30f341e8d 4682:2f51ee8825db
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 1088,
731 /**/ 733 /**/
732 1087, 734 1087,
733 /**/ 735 /**/
734 1086, 736 1086,
735 /**/ 737 /**/