|
Karsten Hopp |
a687cd |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
a687cd |
Subject: Patch 7.4.683
|
|
Karsten Hopp |
a687cd |
Fcc: outbox
|
|
Karsten Hopp |
a687cd |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
a687cd |
Mime-Version: 1.0
|
|
Karsten Hopp |
a687cd |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
a687cd |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
a687cd |
------------
|
|
Karsten Hopp |
a687cd |
|
|
Karsten Hopp |
a687cd |
Patch 7.4.683
|
|
Karsten Hopp |
a687cd |
Problem: Typo in the vimtutor command.
|
|
Karsten Hopp |
a687cd |
Solution: Fix the typo. (Corey Farwell, github pull 349)
|
|
Karsten Hopp |
a687cd |
Files: vimtutor.com
|
|
Karsten Hopp |
a687cd |
|
|
Karsten Hopp |
a687cd |
|
|
Karsten Hopp |
a687cd |
*** ../vim-7.4.682/vimtutor.com 2013-05-06 04:04:07.000000000 +0200
|
|
Karsten Hopp |
a687cd |
--- vimtutor.com 2015-03-25 20:19:12.886445792 +0100
|
|
Karsten Hopp |
a687cd |
***************
|
|
Karsten Hopp |
a687cd |
*** 6,14 ****
|
|
Karsten Hopp |
a687cd |
$ ! Author: Tom Wyant <Thomas.R.Wyant-III@usa.dupont.com>
|
|
Karsten Hopp |
a687cd |
$ !
|
|
Karsten Hopp |
a687cd |
$ ! This DCL command procedure executes the vimtutor command
|
|
Karsten Hopp |
a687cd |
! $ ! (suprise, suprise!) which gives you a brief tutorial on the VIM
|
|
Karsten Hopp |
a687cd |
! $ ! editor. Languages other than the default are supported in the
|
|
Karsten Hopp |
a687cd |
! $ ! usual way, as are at least some of the command qualifiers,
|
|
Karsten Hopp |
a687cd |
$ ! though you'll need to play some fairly serious games with DCL
|
|
Karsten Hopp |
a687cd |
$ ! to specify ones that need quoting.
|
|
Karsten Hopp |
a687cd |
$ !
|
|
Karsten Hopp |
a687cd |
--- 6,14 ----
|
|
Karsten Hopp |
a687cd |
$ ! Author: Tom Wyant <Thomas.R.Wyant-III@usa.dupont.com>
|
|
Karsten Hopp |
a687cd |
$ !
|
|
Karsten Hopp |
a687cd |
$ ! This DCL command procedure executes the vimtutor command
|
|
Karsten Hopp |
a687cd |
! $ ! (surprise, surprise!) which gives you a brief tutorial on the
|
|
Karsten Hopp |
a687cd |
! $ ! VIM editor. Languages other than the default are supported in
|
|
Karsten Hopp |
a687cd |
! $ ! the usual way, as are at least some of the command qualifiers,
|
|
Karsten Hopp |
a687cd |
$ ! though you'll need to play some fairly serious games with DCL
|
|
Karsten Hopp |
a687cd |
$ ! to specify ones that need quoting.
|
|
Karsten Hopp |
a687cd |
$ !
|
|
Karsten Hopp |
a687cd |
*** ../vim-7.4.682/src/version.c 2015-03-24 18:22:36.078072565 +0100
|
|
Karsten Hopp |
a687cd |
--- src/version.c 2015-03-25 20:21:54.636689427 +0100
|
|
Karsten Hopp |
a687cd |
***************
|
|
Karsten Hopp |
a687cd |
*** 743,744 ****
|
|
Karsten Hopp |
a687cd |
--- 743,746 ----
|
|
Karsten Hopp |
a687cd |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
a687cd |
+ /**/
|
|
Karsten Hopp |
a687cd |
+ 683,
|
|
Karsten Hopp |
a687cd |
/**/
|
|
Karsten Hopp |
a687cd |
|
|
Karsten Hopp |
a687cd |
--
|
|
Karsten Hopp |
a687cd |
TIM: That is not an ordinary rabbit ... 'tis the most foul cruel and
|
|
Karsten Hopp |
a687cd |
bad-tempered thing you ever set eyes on.
|
|
Karsten Hopp |
a687cd |
ROBIN: You tit. I soiled my armour I was so scared!
|
|
Karsten Hopp |
a687cd |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
a687cd |
|
|
Karsten Hopp |
a687cd |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
a687cd |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
a687cd |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
a687cd |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|