diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-03-25 20:24:04 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-03-25 20:24:04 +0100 |
commit | 1ca2e361a869c58a775b5fabb2aaf4e2675ea7ba (patch) | |
tree | 937183f2aabb13dc90d8eee65228c643ad419a71 /vimtutor.com | |
parent | 09deeb7c945d2677722df5b40959f97b646b6092 (diff) | |
download | vim-git-1ca2e361a869c58a775b5fabb2aaf4e2675ea7ba.tar.gz |
updated for version 7.4.683v7.4.683
Problem: Typo in the vimtutor command.
Solution: Fix the typo. (Corey Farwell, github pull 349)
Diffstat (limited to 'vimtutor.com')
-rwxr-xr-x | vimtutor.com | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vimtutor.com b/vimtutor.com index 71fdba427..778b8293f 100755 --- 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. $ ! |