comparison src/testdir/test_highlight.vim @ 18742:e9b2ade1adbd v8.1.2361

patch 8.1.2361: MS-Windows: test failures related to VIMDLL Commit: https://github.com/vim/vim/commit/310c32e8920140f0db747c6c6eb06b1ee53cdb5a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 29 23:15:25 2019 +0100 patch 8.1.2361: MS-Windows: test failures related to VIMDLL Problem: MS-Windows: test failures related to VIMDLL. Solution: Adjust code and tests. (Ken Takata, closes https://github.com/vim/vim/issues/5283)
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 Nov 2019 23:30:04 +0100
parents 8b0114ffde2b
children 79b689ff168d
comparison
equal deleted inserted replaced
18741:3f42c89cf06c 18742:e9b2ade1adbd
517 517
518 func Test_termguicolors() 518 func Test_termguicolors()
519 if !exists('+termguicolors') 519 if !exists('+termguicolors')
520 return 520 return
521 endif 521 endif
522 if has('vtp') && !has('vcon') 522 if has('vtp') && !has('vcon') && !has('gui_running')
523 " Win32: 'guicolors' doesn't work without virtual console. 523 " Win32: 'guicolors' doesn't work without virtual console.
524 call assert_fails('set termguicolors', 'E954:') 524 call assert_fails('set termguicolors', 'E954:')
525 return 525 return
526 endif 526 endif
527 527