Merge pull request #11315 from bfredl/termtestfix

[release-0.4] test: delete duplicate highlight group
This commit is contained in:
Björn Linse 2019-10-29 21:49:56 +01:00 committed by GitHub
commit b678d33dd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ local function screen_setup(extra_rows, command, cols, opts)
[3] = {bold = true},
[4] = {foreground = 12},
[5] = {bold = true, reverse = true},
[6] = {background = 11},
-- 6 was a duplicate item
[7] = {foreground = 130},
[8] = {foreground = 15, background = 1}, -- error message
[9] = {foreground = 4},