comparison src/version.c @ 5298:e29f11399cce v7.4.002

updated for version 7.4.002 Problem: Pattern with two alternative look-behind matches does not match. (Amadeus Demarzi) Solution: When comparing PIMs also compare their state ID to see if they are different.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Aug 2013 13:34:25 +0200
parents 3e9107b86b68
children 560a6a232950
comparison
equal deleted inserted replaced
5297:a333c18d7048 5298:e29f11399cce
725 NULL 725 NULL
726 }; 726 };
727 727
728 static int included_patches[] = 728 static int included_patches[] =
729 { /* Add new patch number below this line */ 729 { /* Add new patch number below this line */
730 /**/
731 2,
730 /**/ 732 /**/
731 1, 733 1,
732 /**/ 734 /**/
733 0 735 0
734 }; 736 };