diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    28,
+/**/
     27,
 /**/
     26,