diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-06-25 13:58:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-25 13:58:48 +0200 |
| commit | 027ebb23da0868655413e1850eb0b7d77e223850 (patch) | |
| tree | 00f72b89d9cb19284539476a8cb41be7ca16191a /src/nvim/testdir | |
| parent | 615fc6826359b4171fbb40ea34ba7ddf29bea045 (diff) | |
| parent | ace7e4e11ba18b769aa028d73808b9405ec5e437 (diff) | |
| download | rneovim-027ebb23da0868655413e1850eb0b7d77e223850.tar.gz rneovim-027ebb23da0868655413e1850eb0b7d77e223850.tar.bz2 rneovim-027ebb23da0868655413e1850eb0b7d77e223850.zip | |
Merge #10329 from janlazo/vim-8.1.0437
vim-patch:8.0.1535,8.1.{198,437,1342}
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test_syntax.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_syntax.vim b/src/nvim/testdir/test_syntax.vim index 850947f89f..a3de879b2a 100644 --- a/src/nvim/testdir/test_syntax.vim +++ b/src/nvim/testdir/test_syntax.vim @@ -466,6 +466,8 @@ func Test_bg_detection() set bg=dark hi Normal ctermbg=12 call assert_equal('dark', &bg) + + hi Normal ctermbg=NONE endfunc fun Test_synstack_synIDtrans() |