Patch 8.0.1527 (after 8.0.1526)
Problem: Screen dump test fails on MS-Windows.
Solution: Skip dump test on MS-Windows for now.
Files: src/testdir/test_syntax.vim
*** ../vim-8.0.1526/src/testdir/test_syntax.vim 2018-02-20 15:50:49.300325612
+0100
--- src/testdir/test_syntax.vim 2018-02-20 17:05:47.256457309 +0100
***************
*** 526,532 ****
" Check highlighting for a small piece of C code with a screen dump.
func Test_syntax_c()
! if !has('terminal')
return
endif
call writefile([
--- 526,533 ----
" Check highlighting for a small piece of C code with a screen dump.
func Test_syntax_c()
! " Need to be able to run terminal Vim with 256 colors.
! if !has('terminal') || has('win32')
return
endif
call writefile([
*** ../vim-8.0.1526/src/version.c 2018-02-20 15:50:49.304325584 +0100
--- src/version.c 2018-02-20 17:07:51.067678799 +0100
***************
*** 773,774 ****
--- 773,776 ----
{ /* Add new patch number below this line */
+ /**/
+ 1527,
/**/
--
An indication you must be a manager:
You give constructive feedback to your dog.
/// 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.