comparison src/version.c @ 4661:0dce3d812e7a v7.3.1078

updated for version 7.3.1078 Problem: New regexp engine: \@! doesn't work. Solution: Implement the negated version of \@=.
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 22:44:02 +0200
parents 80b0081824fa
children bce2051173f0
comparison
equal deleted inserted replaced
4660:4dcc1a7d49a5 4661:0dce3d812e7a
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 1078,
731 /**/ 733 /**/
732 1077, 734 1077,
733 /**/ 735 /**/
734 1076, 736 1076,
735 /**/ 737 /**/