|
|
22c937 |
To: vim_dev@googlegroups.com
|
|
|
22c937 |
Subject: Patch 7.4.162
|
|
|
22c937 |
Fcc: outbox
|
|
|
22c937 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
22c937 |
Mime-Version: 1.0
|
|
|
22c937 |
Content-Type: text/plain; charset=UTF-8
|
|
|
22c937 |
Content-Transfer-Encoding: 8bit
|
|
|
22c937 |
------------
|
|
|
22c937 |
|
|
|
22c937 |
Patch 7.4.162
|
|
|
22c937 |
Problem: Running tests in shadow dir doesn't work.
|
|
|
22c937 |
Solution: Add testdir/sautest to the shadow target. (James McCoy)
|
|
|
22c937 |
Files: src/Makefile
|
|
|
22c937 |
|
|
|
22c937 |
|
|
|
22c937 |
*** ../vim-7.4.161/src/Makefile 2013-11-07 03:25:51.000000000 +0100
|
|
|
22c937 |
--- src/Makefile 2014-02-05 12:34:00.214024436 +0100
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 2381,2386 ****
|
|
|
22c937 |
--- 2381,2387 ----
|
|
|
22c937 |
../../testdir/*.in \
|
|
|
22c937 |
../../testdir/*.vim \
|
|
|
22c937 |
../../testdir/python* \
|
|
|
22c937 |
+ ../../testdir/sautest \
|
|
|
22c937 |
../../testdir/test83-tags? \
|
|
|
22c937 |
../../testdir/*.ok .
|
|
|
22c937 |
|
|
|
22c937 |
*** ../vim-7.4.161/src/version.c 2014-01-31 14:53:59.715533645 +0100
|
|
|
22c937 |
--- src/version.c 2014-02-05 12:34:19.766024736 +0100
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 740,741 ****
|
|
|
22c937 |
--- 740,743 ----
|
|
|
22c937 |
{ /* Add new patch number below this line */
|
|
|
22c937 |
+ /**/
|
|
|
22c937 |
+ 162,
|
|
|
22c937 |
/**/
|
|
|
22c937 |
|
|
|
22c937 |
--
|
|
|
22c937 |
hundred-and-one symptoms of being an internet addict:
|
|
|
22c937 |
263. You have more e-mail addresses than shorts.
|
|
|
22c937 |
|
|
|
22c937 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
22c937 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
22c937 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
22c937 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|