|
Karsten Hopp |
f4c9d1 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
f4c9d1 |
Subject: Patch 7.4.648
|
|
Karsten Hopp |
f4c9d1 |
Fcc: outbox
|
|
Karsten Hopp |
f4c9d1 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
f4c9d1 |
Mime-Version: 1.0
|
|
Karsten Hopp |
f4c9d1 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
f4c9d1 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
f4c9d1 |
------------
|
|
Karsten Hopp |
f4c9d1 |
|
|
Karsten Hopp |
f4c9d1 |
Patch 7.4.648 (after 7.4.647)
|
|
Karsten Hopp |
f4c9d1 |
Problem: Tests broken on MS-Windows.
|
|
Karsten Hopp |
f4c9d1 |
Solution: Delete wrong copy line. (Ken Takata)
|
|
Karsten Hopp |
f4c9d1 |
Files: src/testdir/Make_dos.mak
|
|
Karsten Hopp |
f4c9d1 |
|
|
Karsten Hopp |
f4c9d1 |
|
|
Karsten Hopp |
f4c9d1 |
*** ../vim-7.4.647/src/testdir/Make_dos.mak 2015-02-27 21:10:58.183136895 +0100
|
|
Karsten Hopp |
f4c9d1 |
--- src/testdir/Make_dos.mak 2015-02-27 22:10:38.706116994 +0100
|
|
Karsten Hopp |
f4c9d1 |
***************
|
|
Karsten Hopp |
f4c9d1 |
*** 84,90 ****
|
|
Karsten Hopp |
f4c9d1 |
$(TEST_OUTFILES): $(DOSTMP)\$(*B).in
|
|
Karsten Hopp |
f4c9d1 |
-@if exist test.out DEL test.out
|
|
Karsten Hopp |
f4c9d1 |
move $(*B).in $(*B).in.bak
|
|
Karsten Hopp |
f4c9d1 |
- copy $*.in $(*B).in
|
|
Karsten Hopp |
f4c9d1 |
copy $(DOSTMP)\$(*B).in $(*B).in
|
|
Karsten Hopp |
f4c9d1 |
copy $(*B).ok test.ok
|
|
Karsten Hopp |
f4c9d1 |
$(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $(*B).in
|
|
Karsten Hopp |
f4c9d1 |
--- 84,89 ----
|
|
Karsten Hopp |
f4c9d1 |
*** ../vim-7.4.647/src/version.c 2015-02-27 21:10:58.187136835 +0100
|
|
Karsten Hopp |
f4c9d1 |
--- src/version.c 2015-02-27 22:11:24.169591815 +0100
|
|
Karsten Hopp |
f4c9d1 |
***************
|
|
Karsten Hopp |
f4c9d1 |
*** 743,744 ****
|
|
Karsten Hopp |
f4c9d1 |
--- 743,746 ----
|
|
Karsten Hopp |
f4c9d1 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
f4c9d1 |
+ /**/
|
|
Karsten Hopp |
f4c9d1 |
+ 648,
|
|
Karsten Hopp |
f4c9d1 |
/**/
|
|
Karsten Hopp |
f4c9d1 |
|
|
Karsten Hopp |
f4c9d1 |
--
|
|
Karsten Hopp |
f4c9d1 |
Facepalm statement #2: "If there is a country without immigrants I'm going to
|
|
Karsten Hopp |
f4c9d1 |
move there"
|
|
Karsten Hopp |
f4c9d1 |
|
|
Karsten Hopp |
f4c9d1 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
f4c9d1 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
f4c9d1 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
f4c9d1 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|