|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.498
|
|
|
3ef2ca |
Fcc: outbox
|
|
|
3ef2ca |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
3ef2ca |
Mime-Version: 1.0
|
|
|
3ef2ca |
Content-Type: text/plain; charset=UTF-8
|
|
|
3ef2ca |
Content-Transfer-Encoding: 8bit
|
|
|
3ef2ca |
------------
|
|
|
3ef2ca |
|
|
|
3ef2ca |
Patch 7.4.498 (after 7.4.497)
|
|
|
3ef2ca |
Problem: Typo in DOS makefile.
|
|
|
3ef2ca |
Solution: Change exists to exist. (Ken Takata)
|
|
|
3ef2ca |
Files: src/testdir/Make_dos.mak
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.497/src/testdir/Make_dos.mak 2014-11-05 14:26:30.764758363 +0100
|
|
|
3ef2ca |
--- src/testdir/Make_dos.mak 2014-11-05 15:44:09.476646105 +0100
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 87,93 ****
|
|
|
3ef2ca |
-if exist Xfind rd /s /q Xfind
|
|
|
3ef2ca |
-if exist viminfo del viminfo
|
|
|
3ef2ca |
-del test.log
|
|
|
3ef2ca |
! -if exists benchmark.out del benchmark.out
|
|
|
3ef2ca |
|
|
|
3ef2ca |
.in.out:
|
|
|
3ef2ca |
-if exist $*.failed del $*.failed
|
|
|
3ef2ca |
--- 87,93 ----
|
|
|
3ef2ca |
-if exist Xfind rd /s /q Xfind
|
|
|
3ef2ca |
-if exist viminfo del viminfo
|
|
|
3ef2ca |
-del test.log
|
|
|
3ef2ca |
! -if exist benchmark.out del benchmark.out
|
|
|
3ef2ca |
|
|
|
3ef2ca |
.in.out:
|
|
|
3ef2ca |
-if exist $*.failed del $*.failed
|
|
|
3ef2ca |
*** ../vim-7.4.497/src/version.c 2014-11-05 14:26:30.768758363 +0100
|
|
|
3ef2ca |
--- src/version.c 2014-11-05 15:44:54.832645012 +0100
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 743,744 ****
|
|
|
3ef2ca |
--- 743,746 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 498,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
BLACK KNIGHT: I move for no man.
|
|
|
3ef2ca |
ARTHUR: So be it!
|
|
|
3ef2ca |
[hah] [parry thrust]
|
|
|
3ef2ca |
[ARTHUR chops the BLACK KNIGHT's left arm off]
|
|
|
3ef2ca |
ARTHUR: Now stand aside, worthy adversary.
|
|
|
3ef2ca |
BLACK KNIGHT: 'Tis but a scratch.
|
|
|
3ef2ca |
The Quest for the Holy Grail (Monty Python)
|
|
|
3ef2ca |
|
|
|
3ef2ca |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
3ef2ca |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
3ef2ca |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
3ef2ca |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|