summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-04-05 16:05:05 +0200
committerBram Moolenaar <Bram@vim.org>2012-04-05 16:05:05 +0200
commit3dbde6226dbe05289215c1145e35961539ecd5a0 (patch)
treecb18f61173c199a79e5125025f8704b4e3e93467 /src/version.c
parent61d35bd0201074a70a10e9a2ea5d6a251abf1b20 (diff)
downloadvim-git-3dbde6226dbe05289215c1145e35961539ecd5a0.tar.gz
updated for version 7.3.488v7.3.488
Problem: ":help!" in a help file does not work as document. Solution: When in a help file don't give an error message. (thinca)
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 ba2b03045..8bcdd3075 100644
--- 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 */
/**/
+ 488,
+/**/
487,
/**/
486,