Patch 8.0.0295 (after 8.0.0293)
Problem: test_viml hangs.
Solution: Put resetting 'more' before sourcing the script.
Files: src/testdir/runtest.vim
*** ../vim-8.0.0294/src/testdir/runtest.vim 2017-02-01 22:31:45.112052371
+0100
--- src/testdir/runtest.vim 2017-02-01 23:15:31.614761181 +0100
***************
*** 57,62 ****
--- 57,65 ----
set encoding=latin1
endif
+ " Avoid stopping at the "hit enter" prompt
+ set nomore
+
" Output all messages in English.
lang mess C
***************
*** 168,174 ****
\ ]
" Locate Test_ functions and execute them.
- set nomore
redir @q
silent function /^Test_
redir END
--- 171,176 ----
*** ../vim-8.0.0294/src/version.c 2017-02-01 22:52:38.747796468 +0100
--- src/version.c 2017-02-01 23:16:41.322302355 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 295,
/**/
--
BRIDGEKEEPER: What is your favorite colour?
GAWAIN: Blue ... No yelloooooww!
"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.