comparison src/version.c @ 4787:7fde662e1db2 v7.3.1140

updated for version 7.3.1140 Problem: New regexp engine: trying expensive match while the result is not going to be used. Solution: Check for output state already being in the state list.
author Bram Moolenaar <bram@vim.org>
date Fri, 07 Jun 2013 17:31:29 +0200
parents 3b5a023a4543
children 10673b3531eb
comparison
equal deleted inserted replaced
4786:9bf0d791fde8 4787:7fde662e1db2
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 1140,
731 /**/ 733 /**/
732 1139, 734 1139,
733 /**/ 735 /**/
734 1138, 736 1138,
735 /**/ 737 /**/