comparison src/version.c @ 5029:c9e2ccc53f2e v7.3.1258

updated for version 7.3.1258 Problem: Using submatch() may crash Vim. (Ingo Karkat) Solution: Restore the number of subexpressions used.
author Bram Moolenaar <bram@vim.org>
date Fri, 28 Jun 2013 23:04:42 +0200
parents 5751284311f3
children 7ab94cb688be
comparison
equal deleted inserted replaced
5028:234f3d9c3048 5029:c9e2ccc53f2e
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 1258,
731 /**/ 733 /**/
732 1257, 734 1257,
733 /**/ 735 /**/
734 1256, 736 1256,
735 /**/ 737 /**/