comparison src/version.c @ 4557:888c12c899e5 v7.3.1026

updated for version 7.3.1026 Problem: New regexp: pattern that includs a new-line matches too early. (john McGowan) Solution: Do not start searching in the second line.
author Bram Moolenaar <bram@vim.org>
date Sun, 26 May 2013 18:40:14 +0200
parents b2946c06d1b6
children 04086e297563
comparison
equal deleted inserted replaced
4556:13fff3bf438e 4557:888c12c899e5
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 1026,
731 /**/ 733 /**/
732 1025, 734 1025,
733 /**/ 735 /**/
734 1024, 736 1024,
735 /**/ 737 /**/