comparison src/version.c @ 5502:5ad60cd88339 v7.4.100

updated for version 7.4.100 Problem: NFA regexp doesn't handle backreference correctly. (Ryuichi Hayashida, Urtica Dioica) Solution: Always add NFA_SKIP, also when it already exists at the start position.
author Bram Moolenaar <bram@vim.org>
date Thu, 21 Nov 2013 16:03:40 +0100
parents 8451f643a13e
children ec5d11403c19
comparison
equal deleted inserted replaced
5501:397bf7d448d1 5502:5ad60cd88339
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 100,
741 /**/ 743 /**/
742 99, 744 99,
743 /**/ 745 /**/
744 98, 746 98,
745 /**/ 747 /**/