To: vim_dev@googlegroups.com Subject: Patch 8.0.1527 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///