comparison src/version.c @ 5006:f451d60ab8ec v7.3.1247

updated for version 7.3.1247 Problem: New regexp engine: '[ ]\@!\p\%([ ]\@!\p\)*:' does not always match. Solution: When there is a PIM add a duplicate state that starts at another position.
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Jun 2013 18:16:58 +0200
parents a1b41dabc682
children 3717d569027d
comparison
equal deleted inserted replaced
5005:b314c98a48d4 5006:f451d60ab8ec
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 1247,
731 /**/ 733 /**/
732 1246, 734 1246,
733 /**/ 735 /**/
734 1245, 736 1245,
735 /**/ 737 /**/