comparison src/version.c @ 4732:0798b096bab3 v7.3.1113

updated for version 7.3.1113 Problem: New regexp engine: \%'m not supported. Solution: Implement \%'m. Add tests.
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Jun 2013 21:27:38 +0200
parents 749e2b2755d5
children 532c31f9e92f
comparison
equal deleted inserted replaced
4731:7c1a130ad754 4732:0798b096bab3
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 1113,
731 /**/ 733 /**/
732 1112, 734 1112,
733 /**/ 735 /**/
734 1111, 736 1111,
735 /**/ 737 /**/