Patch 7.4.1352
Problem: The test script lists all functions before executing them.
Solution: Only list the function currently being executed.
Files: src/testdir/runtest.vim
*** ../vim-7.4.1351/src/testdir/runtest.vim 2016-02-13 14:06:09.998442702
+0100
--- src/testdir/runtest.vim 2016-02-17 21:49:33.275024102 +0100
***************
*** 90,101 ****
" Locate Test_ functions and execute them.
set nomore
redir @q
! function /^Test_
redir END
let s:tests = split(substitute(@q, 'function \(\k*()\)', '\1', 'g'))
" Execute the tests in alphabetical order.
! for s:test in sort(s:tests)
if exists("*SetUp")
call SetUp()
endif
--- 90,102 ----
" Locate Test_ functions and execute them.
set nomore
redir @q
! silent function /^Test_
redir END
let s:tests = split(substitute(@q, 'function \(\k*()\)', '\1', 'g'))
" Execute the tests in alphabetical order.
! for s:test in sort(s:tests)
! echo 'Executing ' . s:test
if exists("*SetUp")
call SetUp()
endif
*** ../vim-7.4.1351/src/version.c 2016-02-18 22:23:21.173660406 +0100
--- src/version.c 2016-02-18 22:24:40.904829507 +0100
***************
*** 749,750 ****
--- 749,752 ----
{ /* Add new patch number below this line */
+ /**/
+ 1352,
/**/
--
ARTHUR: Who are you?
TALL KNIGHT: We are the Knights Who Say "Ni"!
BEDEVERE: No! Not the Knights Who Say "Ni"!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.