diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-03-25 20:24:04 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-03-25 20:24:04 +0100 |
commit | 1ca2e361a869c58a775b5fabb2aaf4e2675ea7ba (patch) | |
tree | 937183f2aabb13dc90d8eee65228c643ad419a71 /src/version.c | |
parent | 09deeb7c945d2677722df5b40959f97b646b6092 (diff) | |
download | vim-git-1ca2e361a869c58a775b5fabb2aaf4e2675ea7ba.tar.gz |
updated for version 7.4.683v7.4.683
Problem: Typo in the vimtutor command.
Solution: Fix the typo. (Corey Farwell, github pull 349)
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 5c99d497f..a4729caf8 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 683, +/**/ 682, /**/ 681, |