comparison src/version.c @ 4482:cd005ab15ef3 v7.3.989

updated for version 7.3.989 Problem: New regexp engine compares negative numbers to character. Solution: Add missing case statements.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 May 2013 15:33:41 +0200
parents 035fb0d5e7ce
children 9a1d78f82826
comparison
equal deleted inserted replaced
4481:407cdb221614 4482:cd005ab15ef3
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 989,
731 /**/ 733 /**/
732 988, 734 988,
733 /**/ 735 /**/
734 987, 736 987,
735 /**/ 737 /**/