comparison src/version.c @ 2605:a0b03b7e9168 v7.3.028

updated for version 7.3.028 Problem: Signs don't show up. (Charles Campbell) Solution: Don't use negative numbers. Also assign a number to signs that have a name of all digits to avoid using a sign number twice.
author Bram Moolenaar <bram@vim.org>
date Thu, 14 Oct 2010 21:29:37 +0200
parents 6a85219723b9
children 94694351f592
comparison
equal deleted inserted replaced
2604:6a85219723b9 2605:a0b03b7e9168
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 28,
717 /**/ 719 /**/
718 27, 720 27,
719 /**/ 721 /**/
720 26, 722 26,
721 /**/ 723 /**/