|
|
073263 |
To: vim_dev@googlegroups.com
|
|
|
073263 |
Subject: Patch 7.4.366
|
|
|
073263 |
Fcc: outbox
|
|
|
073263 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
073263 |
Mime-Version: 1.0
|
|
|
073263 |
Content-Type: text/plain; charset=UTF-8
|
|
|
073263 |
Content-Transfer-Encoding: 8bit
|
|
|
073263 |
------------
|
|
|
073263 |
|
|
|
073263 |
Patch 7.4.366
|
|
|
073263 |
Problem: Can't run the linebreak test on MS-Windows.
|
|
|
073263 |
Solution: Fix the output file name. (Taro Muraoka)
|
|
|
073263 |
Files: src/testdir/Make_dos.mak
|
|
|
073263 |
|
|
|
073263 |
|
|
|
073263 |
*** ../vim-7.4.365/src/testdir/Make_dos.mak 2014-07-02 19:59:35.454375136 +0200
|
|
|
073263 |
--- src/testdir/Make_dos.mak 2014-07-16 14:19:39.719768093 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 37,43 ****
|
|
|
073263 |
test105.out test106.out test107.out\
|
|
|
073263 |
test_autoformat_join.out \
|
|
|
073263 |
test_breakindent.out \
|
|
|
073263 |
! test_listlbr \
|
|
|
073263 |
test_eval.out \
|
|
|
073263 |
test_options.out
|
|
|
073263 |
|
|
|
073263 |
--- 37,43 ----
|
|
|
073263 |
test105.out test106.out test107.out\
|
|
|
073263 |
test_autoformat_join.out \
|
|
|
073263 |
test_breakindent.out \
|
|
|
073263 |
! test_listlbr.out \
|
|
|
073263 |
test_eval.out \
|
|
|
073263 |
test_options.out
|
|
|
073263 |
|
|
|
073263 |
*** ../vim-7.4.365/src/version.c 2014-07-16 14:16:41.519771715 +0200
|
|
|
073263 |
--- src/version.c 2014-07-16 14:18:43.307769239 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 736,737 ****
|
|
|
073263 |
--- 736,739 ----
|
|
|
073263 |
{ /* Add new patch number below this line */
|
|
|
073263 |
+ /**/
|
|
|
073263 |
+ 366,
|
|
|
073263 |
/**/
|
|
|
073263 |
|
|
|
073263 |
--
|
|
|
073263 |
<Beeth> Girls are like internet domain names,
|
|
|
073263 |
the ones I like are already taken.
|
|
|
073263 |
<honx> Well, you can stil get one from a strange country :-P
|
|
|
073263 |
|
|
|
073263 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
073263 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
073263 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
073263 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|