diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-10-26 22:38:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-26 22:38:25 +0800 |
| commit | a8d454816ad14e05578d37d1e16c34d8207fde19 (patch) | |
| tree | 2d0138b3d3092052268c0446873a86ec3389f5d7 /src/nvim/testdir/test_syntax.vim | |
| parent | c00e711d5a860fb019f594d164b4327d942313f8 (diff) | |
| parent | 8f8205ffe43541ccd475835a06fc89c8d19299f5 (diff) | |
| download | rneovim-a8d454816ad14e05578d37d1e16c34d8207fde19.tar.gz rneovim-a8d454816ad14e05578d37d1e16c34d8207fde19.tar.bz2 rneovim-a8d454816ad14e05578d37d1e16c34d8207fde19.zip | |
Merge pull request #20816 from zeertzjq/vim-8.1.1826
vim-patch:8.1.1826,9.0.0019
Diffstat (limited to 'src/nvim/testdir/test_syntax.vim')
| -rw-r--r-- | src/nvim/testdir/test_syntax.vim | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/testdir/test_syntax.vim b/src/nvim/testdir/test_syntax.vim index 9b4293764d..1402f0b9ad 100644 --- a/src/nvim/testdir/test_syntax.vim +++ b/src/nvim/testdir/test_syntax.vim @@ -489,9 +489,8 @@ func Test_conceal() endfunc func Test_bg_detection() - if has('gui_running') - return - endif + CheckNotGui + " auto-detection of &bg, make sure sure it isn't set anywhere before " this test hi Normal ctermbg=0 |