comparison src/version.c @ 5370:90e2f0729a0d v7.4.036

updated for version 7.4.036 Problem: NFA engine does not capture group correctly when using \@>. (ZyX) Solution: Copy submatches before doing the recursive match.
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Sep 2013 16:41:54 +0200
parents 5481f188dcbb
children c3d379c2a115
comparison
equal deleted inserted replaced
5369:5bfefa47d4a0 5370:90e2f0729a0d
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 36,
741 /**/ 743 /**/
742 35, 744 35,
743 /**/ 745 /**/
744 34, 746 34,
745 /**/ 747 /**/