comparison src/version.c @ 5255:3c6e2b89875f v7.4b.004

updated for version 7.4b.004 Problem: Regexp crash on pattern "@\%[\w\-]*". (Axel Kielhorn) Solution: Add \%(\) around \%[] internally.
author Bram Moolenaar <bram@vim.org>
date Thu, 01 Aug 2013 18:38:26 +0200
parents ea876fe91483
children e63e4b4be923
comparison
equal deleted inserted replaced
5254:d17b182a73a4 5255:3c6e2b89875f
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 4,
730 /**/ 732 /**/
731 3, 733 3,
732 /**/ 734 /**/
733 2, 735 2,
734 /**/ 736 /**/