changeset 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 88b829656499
children 1f42458bf2e7
files src/version.c vimtutor.com
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
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,
--- a/vimtutor.com
+++ b/vimtutor.com
@@ -6,9 +6,9 @@
 $ !	Author: Tom Wyant <Thomas.R.Wyant-III@usa.dupont.com>
 $ !
 $ !	This DCL command procedure executes the vimtutor command
-$ !	(suprise, suprise!) which gives you a brief tutorial on the VIM
-$ !	editor. Languages other than the default are supported in the
-$ !	usual way, as are at least some of the command qualifiers,
+$ !	(surprise, surprise!) which gives you a brief tutorial on the
+$ !	VIM editor. Languages other than the default are supported in
+$ !	the usual way, as are at least some of the command qualifiers,
 $ !	though you'll need to play some fairly serious games with DCL
 $ !	to specify ones that need quoting.
 $ !