comparison src/version.c @ 4529:432a6b8c7d93 v7.3.1012

updated for version 7.3.1012 Problem: \Z does not work properly with the new regexp engine. Solution: Make \Z work. Add tests.
author Bram Moolenaar <bram@vim.org>
date Fri, 24 May 2013 23:10:50 +0200
parents 55bcaa1d2749
children 1be43c095aff
comparison
equal deleted inserted replaced
4528:592769af9d32 4529:432a6b8c7d93
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1012,
731 /**/ 733 /**/
732 1011, 734 1011,
733 /**/ 735 /**/
734 1010, 736 1010,
735 /**/ 737 /**/