comparison src/version.c @ 4805:66803af09906 v7.3.1149

updated for version 7.3.1149 Problem: New regexp engine: Matching plain text could be faster. Solution: Detect a plain text match and handle it specifically. Add vim_regfree().
author Bram Moolenaar <bram@vim.org>
date Sat, 08 Jun 2013 18:19:48 +0200
parents 220bdea4f579
children 3dbd251777de
comparison
equal deleted inserted replaced
4804:62663cfeb216 4805:66803af09906
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 1149,
731 /**/ 733 /**/
732 1148, 734 1148,
733 /**/ 735 /**/
734 1147, 736 1147,
735 /**/ 737 /**/