diff src/version.c @ 5647:8122eab8fcdb v7.4.170

updated for version 7.4.170 Problem: Some help tags don't work with ":help". (Tim Chase) Solution: Add exceptions.
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Feb 2014 12:15:43 +0100
parents 4e3a9dd25d42
children beb037a6c270
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 */
 /**/
+    170,
+/**/
     169,
 /**/
     168,