From 1ca2e361a869c58a775b5fabb2aaf4e2675ea7ba Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 25 Mar 2015 20:24:04 +0100 Subject: updated for version 7.4.683 Problem: Typo in the vimtutor command. Solution: Fix the typo. (Corey Farwell, github pull 349) --- src/version.c | 2 ++ vimtutor.com | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/version.c b/src/version.c index 5c99d497fc..a4729caf81 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 683, /**/ 682, /**/ diff --git a/vimtutor.com b/vimtutor.com index 71fdba427a..778b8293fa 100755 --- a/vimtutor.com +++ b/vimtutor.com @@ -6,9 +6,9 @@ $ ! $ ! Author: Tom Wyant $ ! $ ! 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. $ ! -- cgit v1.2.3