]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.683 v7.4.683
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Mar 2015 19:24:04 +0000 (20:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Mar 2015 19:24:04 +0000 (20:24 +0100)
Problem:    Typo in the vimtutor command.
Solution:   Fix the typo. (Corey Farwell, github pull 349)

src/version.c
vimtutor.com

index 5c99d497fc6ea8a392eecb25ceed319f71779963..a4729caf81002561fd55196b08c5c60fe8023002 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    683,
 /**/
     682,
 /**/
index 71fdba427a647bd11542f297f418a6bf96659796..778b8293faa59236d1f7f0046c3ab8dfee269f54 100755 (executable)
@@ -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.
 $ !