Patch 8.0.0132 (after 8.0.0131)
Problem: Test fails because of using :finish.
Solution: Change to return.
Files: src/testdir/test_syntax.vim
*** ../vim-8.0.0131/src/testdir/test_syntax.vim 2016-12-11 15:11:13.912466773
+0100
--- src/testdir/test_syntax.vim 2016-12-11 15:23:38.987571387 +0100
***************
*** 83,89 ****
func Test_syntime()
if !has('profile')
! finish
endif
syntax on
--- 83,89 ----
func Test_syntime()
if !has('profile')
! return
endif
syntax on
*** ../vim-8.0.0131/src/version.c 2016-12-11 15:11:13.916466747 +0100
--- src/version.c 2016-12-11 15:24:31.851223061 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 132,
/**/
--
hundred-and-one symptoms of being an internet addict:
93. New mail alarm on your palmtop annoys other churchgoers.
/// 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.