comparison src/version.c @ 5893:99374096a76b v7.4.289

updated for version 7.4.289 Problem: Pattern with repeated backreference does not match with new regexp engine. (Urtica Dioica) Solution: Also check the end of a submatch when deciding to put a state in the state list.
author Bram Moolenaar <bram@vim.org>
date Tue, 13 May 2014 15:56:51 +0200
parents 7965cb6a435a
children b871734bf54e
comparison
equal deleted inserted replaced
5892:c545fd75b0ac 5893:99374096a76b
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 289,
737 /**/ 739 /**/
738 288, 740 288,
739 /**/ 741 /**/
740 287, 742 287,
741 /**/ 743 /**/