diff src/version.c @ 6719:6f55637de261 v7.4.683

updated for version 7.4.683 Problem: Typo in the vimtutor command. Solution: Fix the typo. (Corey Farwell, github pull 349)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Mar 2015 20:24:04 +0100
parents f242cf1f9897
children 7347229a646a
line wrap: on
line diff
--- 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,