comparison src/version.c @ 4807:3dbd251777de v7.3.1150

updated for version 7.3.1150 Problem: New regexpengine: Slow when a look-behind match does not have a width specified. Solution: Try to compute the maximum width.
author Bram Moolenaar <bram@vim.org>
date Sat, 08 Jun 2013 22:30:03 +0200
parents 66803af09906
children 4d7e3df04256
comparison
equal deleted inserted replaced
4806:33a813d17d75 4807:3dbd251777de
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 1150,
731 /**/ 733 /**/
732 1149, 734 1149,
733 /**/ 735 /**/
734 1148, 736 1148,
735 /**/ 737 /**/