diff src/version.c @ 2603:ac0458d9b9dd v7.3.026

updated for version 7.3.026 Problem: CTRL-] in a help file doesn't always work. (Tony Mechelynck) Solution: Don't escape special characters. (Carlo Teubner)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Oct 2010 18:06:47 +0200
parents 71219f47ccd9
children 6a85219723b9
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 */
 /**/
+    26,
+/**/
     25,
 /**/
     24,