diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-02-11 12:15:43 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-02-11 12:15:43 +0100 |
commit | c467d9b2745642df836e89c026b2e84d9b227b59 (patch) | |
tree | 090e023ea0523b298e983fac845ea03ddb3bd4b6 /src/version.c | |
parent | 10395d8d6c9f85d5af42d30fb5bd2225bd8ef626 (diff) | |
download | vim-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.c | 2 |
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, |