summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-02-11 12:15:43 +0100
committerBram Moolenaar <Bram@vim.org>2014-02-11 12:15:43 +0100
commitc467d9b2745642df836e89c026b2e84d9b227b59 (patch)
tree090e023ea0523b298e983fac845ea03ddb3bd4b6 /src/version.c
parent10395d8d6c9f85d5af42d30fb5bd2225bd8ef626 (diff)
downloadvim-git-c467d9b2745642df836e89c026b2e84d9b227b59.tar.gz
updated for version 7.4.170v7.4.170
Problem: Some help tags don't work with ":help". (Tim Chase) Solution: Add exceptions.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 06ab7b425..f3ede133e 100644
--- 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,