Patch 8.0.0491
Problem: The quotestar test fails when a required feature is missing.
Solution: Prepend "Skipped" to the thrown exception.
Files: src/testdir/test_quotestar.vim
*** ../vim-8.0.0490/src/testdir/test_quotestar.vim 2017-03-19
20:04:05.534628090 +0100
--- src/testdir/test_quotestar.vim 2017-03-19 20:58:02.519025987 +0100
***************
*** 134,139 ****
let @* = quotestar_saved
if !empty(skipped)
! throw skipped
endif
endfunc
--- 134,139 ----
let @* = quotestar_saved
if !empty(skipped)
! throw 'Skipped: ' . skipped
endif
endfunc
*** ../vim-8.0.0490/src/version.c 2017-03-19 20:22:31.210585166 +0100
--- src/version.c 2017-03-19 20:59:23.446433274 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 491,
/**/
--
"The question of whether computers can think is just like the question
of whether submarines can swim." -- Edsger W. Dijkstra
/// 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.