comparison src/version.c @ 4688:371cc0c44097 v7.3.1091

updated for version 7.3.1091 Problem: New regexp engine: no error when using \z1 or \z( where it does not work. Solution: Give an error message.
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 15:01:57 +0200
parents 8db697ae406a
children 9d97a0c045ef
comparison
equal deleted inserted replaced
4687:79797c8534b5 4688:371cc0c44097
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 1091,
731 /**/ 733 /**/
732 1090, 734 1090,
733 /**/ 735 /**/
734 1089, 736 1089,
735 /**/ 737 /**/