diff src/version.c @ 2601:1baac9d06c83 v7.3.024

updated for version 7.3.024 Problem: Named signs do not use a negative number as intended. Solution: Fix the numbering of named signs. (Xavier de Gaye)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Oct 2010 16:44:23 +0200
parents d982226b7aaa
children 71219f47ccd9
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 */
 /**/
+    24,
+/**/
     23,
 /**/
     22,