|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.296
|
|
|
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.296
|
|
|
3ef2ca |
Problem: Can't run tests on Solaris.
|
|
|
3ef2ca |
Solution: Change the way VIMRUNTIME is set. (Laurent Blume)
|
|
|
3ef2ca |
Files: src/testdir/Makefile
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.295/src/testdir/Makefile 2014-04-29 12:15:22.852032651 +0200
|
|
|
3ef2ca |
--- src/testdir/Makefile 2014-05-22 13:07:17.458599247 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 57,63 ****
|
|
|
3ef2ca |
|
|
|
3ef2ca |
RM_ON_RUN = test.out X* viminfo
|
|
|
3ef2ca |
RM_ON_START = tiny.vim small.vim mbyte.vim mzscheme.vim lua.vim test.ok
|
|
|
3ef2ca |
! RUN_VIM = export VIMRUNTIME=$(SCRIPTSOURCE); $(VALGRIND) $(VIMPROG) -u unix.vim -U NONE --noplugin -s dotest.in
|
|
|
3ef2ca |
|
|
|
3ef2ca |
clean:
|
|
|
3ef2ca |
-rm -rf *.out *.failed *.rej *.orig test.log $(RM_ON_RUN) $(RM_ON_START) valgrind.*
|
|
|
3ef2ca |
--- 57,63 ----
|
|
|
3ef2ca |
|
|
|
3ef2ca |
RM_ON_RUN = test.out X* viminfo
|
|
|
3ef2ca |
RM_ON_START = tiny.vim small.vim mbyte.vim mzscheme.vim lua.vim test.ok
|
|
|
3ef2ca |
! RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPROG) -u unix.vim -U NONE --noplugin -s dotest.in
|
|
|
3ef2ca |
|
|
|
3ef2ca |
clean:
|
|
|
3ef2ca |
-rm -rf *.out *.failed *.rej *.orig test.log $(RM_ON_RUN) $(RM_ON_START) valgrind.*
|
|
|
3ef2ca |
*** ../vim-7.4.295/src/version.c 2014-05-13 20:19:53.577808878 +0200
|
|
|
3ef2ca |
--- src/version.c 2014-05-22 13:10:36.114595209 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 736,737 ****
|
|
|
3ef2ca |
--- 736,739 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 296,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
hundred-and-one symptoms of being an internet addict:
|
|
|
3ef2ca |
187. You promise yourself that you'll only stay online for another
|
|
|
3ef2ca |
15 minutes...at least once every hour.
|
|
|
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 ///
|