commit | 1ca2e361a869c58a775b5fabb2aaf4e2675ea7ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 25 20:24:04 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 25 20:24:04 2015 +0100 |
tree | 937183f2aabb13dc90d8eee65228c643ad419a71 | |
parent | 09deeb7c945d2677722df5b40959f97b646b6092 [diff] |
updated for version 7.4.683 Problem: Typo in the vimtutor command. Solution: Fix the typo. (Corey Farwell, github pull 349)
diff --git a/src/version.c b/src/version.c index 5c99d49..a4729ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 683, +/**/ 682, /**/ 681,