comparison src/version.c @ 4694:efc4fb311d5d v7.3.1094

updated for version 7.3.1094 Problem: New regexp engine: Attempts to match "^" at every character. Solution: Only try "^" at the start of a line.
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 16:34:21 +0200
parents 08fbb1ce1bc5
children ed4e689bbea1
comparison
equal deleted inserted replaced
4693:f383ba0aab3a 4694:efc4fb311d5d
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 1094,
731 /**/ 733 /**/
732 1093, 734 1093,
733 /**/ 735 /**/
734 1092, 736 1092,
735 /**/ 737 /**/