comparison src/version.c @ 4569:f262fb02889d v7.3.1032

updated for version 7.3.1032 Problem: "\ze" is not supported by the new regexp engine. Solution: Make "\ze" work.
author Bram Moolenaar <bram@vim.org>
date Mon, 27 May 2013 20:10:50 +0200
parents 96c1a7850097
children b2a8e3a66f8c
comparison
equal deleted inserted replaced
4568:1df934cf5c92 4569:f262fb02889d
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 1032,
731 /**/ 733 /**/
732 1031, 734 1031,
733 /**/ 735 /**/
734 1030, 736 1030,
735 /**/ 737 /**/