summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-03-25 20:24:04 +0100
committerBram Moolenaar <Bram@vim.org>2015-03-25 20:24:04 +0100
commit1ca2e361a869c58a775b5fabb2aaf4e2675ea7ba (patch)
tree937183f2aabb13dc90d8eee65228c643ad419a71 /src
parent09deeb7c945d2677722df5b40959f97b646b6092 (diff)
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')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5c99d497fc..a4729caf81 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,