updated for version 7.4.683

Problem:    Typo in the vimtutor command.
Solution:   Fix the typo. (Corey Farwell, github pull 349)
This commit is contained in:
Bram Moolenaar 2015-03-25 20:24:04 +01:00
parent 09deeb7c94
commit 1ca2e361a8
2 changed files with 5 additions and 3 deletions

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
683,
/**/ /**/
682, 682,
/**/ /**/

View File

@ -6,9 +6,9 @@ $ !
$ ! Author: Tom Wyant <Thomas.R.Wyant-III@usa.dupont.com> $ ! Author: Tom Wyant <Thomas.R.Wyant-III@usa.dupont.com>
$ ! $ !
$ ! This DCL command procedure executes the vimtutor command $ ! This DCL command procedure executes the vimtutor command
$ ! (suprise, suprise!) which gives you a brief tutorial on the VIM $ ! (surprise, surprise!) which gives you a brief tutorial on the
$ ! editor. Languages other than the default are supported in the $ ! VIM editor. Languages other than the default are supported in
$ ! usual way, as are at least some of the command qualifiers, $ ! the usual way, as are at least some of the command qualifiers,
$ ! though you'll need to play some fairly serious games with DCL $ ! though you'll need to play some fairly serious games with DCL
$ ! to specify ones that need quoting. $ ! to specify ones that need quoting.
$ ! $ !