Skip to content

Commit 1ca2e36

Browse files
committed
updated for version 7.4.683
Problem: Typo in the vimtutor command. Solution: Fix the typo. (Corey Farwell, github pull 349)
1 parent 09deeb7 commit 1ca2e36

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
683,
744746
/**/
745747
682,
746748
/**/

Diff for: vimtutor.com

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ $ !
66
$ ! Author: Tom Wyant <[email protected]>
77
$ !
88
$ ! This DCL command procedure executes the vimtutor command
9-
$ ! (suprise, suprise!) which gives you a brief tutorial on the VIM
10-
$ ! editor. Languages other than the default are supported in the
11-
$ ! usual way, as are at least some of the command qualifiers,
9+
$ ! (surprise, surprise!) which gives you a brief tutorial on the
10+
$ ! VIM editor. Languages other than the default are supported in
11+
$ ! the usual way, as are at least some of the command qualifiers,
1212
$ ! though you'll need to play some fairly serious games with DCL
1313
$ ! to specify ones that need quoting.
1414
$ !

0 commit comments

Comments
 (0)