diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-11-23 09:19:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-23 09:19:11 -0500 |
| commit | b155e6b54c6087fac57ea4278a3431ced7bfc7f6 (patch) | |
| tree | 2060bc9e28c805bc31fa805334e8ab5139eea4e1 /src/nvim/testdir/test_highlight.vim | |
| parent | 029b5d036d7eb5a16b8e3a1d37f05f92ecf40499 (diff) | |
| parent | dd3583836b80e8eccd483d41125aa24f63d2f038 (diff) | |
| download | rneovim-b155e6b54c6087fac57ea4278a3431ced7bfc7f6.tar.gz rneovim-b155e6b54c6087fac57ea4278a3431ced7bfc7f6.tar.bz2 rneovim-b155e6b54c6087fac57ea4278a3431ced7bfc7f6.zip | |
Merge pull request #11148 from janlazo/vim-8.0.1455
vim-patch:8.0.1455,8.1.{2115,2361}
Diffstat (limited to 'src/nvim/testdir/test_highlight.vim')
| -rw-r--r-- | src/nvim/testdir/test_highlight.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_highlight.vim b/src/nvim/testdir/test_highlight.vim index 00e42733a7..a80a73161f 100644 --- a/src/nvim/testdir/test_highlight.vim +++ b/src/nvim/testdir/test_highlight.vim @@ -516,7 +516,7 @@ func Test_termguicolors() if !exists('+termguicolors') return endif - if has('vtp') && !has('vcon') + if has('vtp') && !has('vcon') && !has('gui_running') " Win32: 'guicolors' doesn't work without virtual console. call assert_fails('set termguicolors', 'E954:') return |