comparison src/version.c @ 4692:08fbb1ce1bc5 v7.3.1093

updated for version 7.3.1093 Problem: New regexp engine: When a sub expression is empty \1 skips a character. Solution: Make \1 try the current position when the match is emtpy.
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 16:07:10 +0200
parents 9d97a0c045ef
children efc4fb311d5d
comparison
equal deleted inserted replaced
4691:36da87ebfdfe 4692:08fbb1ce1bc5
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 1093,
731 /**/ 733 /**/
732 1092, 734 1092,
733 /**/ 735 /**/
734 1091, 736 1091,
735 /**/ 737 /**/