diff src/version.c @ 5328:c47c8cd5fe5c v7.4.017

updated for version 7.4.017 Problem: ":help !!" does not find the "!!" tag in the help file. (Ben Fritz) Solution: When reading the start of the tags file do parse lines that are not header lines.
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Sep 2013 12:06:33 +0200
parents 8d5cd0ec3e71
children 460d5be9395e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    17,
+/**/
     16,
 /**/
     15,