comparison src/version.c @ 4671:b3c59716e700 v7.3.1083

updated for version 7.3.1083 Problem: New regexp engine: Does not support \%^ and \%$. Solution: Support matching start and end of file.
author Bram Moolenaar <bram@vim.org>
date Fri, 31 May 2013 22:14:52 +0200
parents 2d15582e132f
children 05d57d7c2d55
comparison
equal deleted inserted replaced
4670:053beb7bf8ba 4671:b3c59716e700
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 1083,
731 /**/ 733 /**/
732 1082, 734 1082,
733 /**/ 735 /**/
734 1081, 736 1081,
735 /**/ 737 /**/