comparison src/version.c @ 5895:b871734bf54e v7.4.290

updated for version 7.4.290 Problem: A non-greedy match followed by a branch is too greedy. (Ingo Karkat) Solution: Add NFA_MATCH when it is already in the state list if the position differs.
author Bram Moolenaar <bram@vim.org>
date Tue, 13 May 2014 16:44:29 +0200
parents 99374096a76b
children b5972833add9
comparison
equal deleted inserted replaced
5894:ff44a3a57ba0 5895:b871734bf54e
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 290,
737 /**/ 739 /**/
738 289, 740 289,
739 /**/ 741 /**/
740 288, 742 288,
741 /**/ 743 /**/