diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-10-29 21:49:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-29 21:49:56 +0100 |
commit | b678d33dd321e920e2acbadfb0ea19186eb72d3f (patch) | |
tree | 074689cf19d0fb37fcd34a8b1e11dcbeaa08e077 | |
parent | 599ad5d3b80556b346c2b1bd9201573a19ba1ce2 (diff) | |
parent | a01238707427d2a6eaad449a9295234796945ba2 (diff) | |
download | rneovim-b678d33dd321e920e2acbadfb0ea19186eb72d3f.tar.gz rneovim-b678d33dd321e920e2acbadfb0ea19186eb72d3f.tar.bz2 rneovim-b678d33dd321e920e2acbadfb0ea19186eb72d3f.zip |
Merge pull request #11315 from bfredl/termtestfix
[release-0.4] test: delete duplicate highlight group
-rw-r--r-- | test/functional/terminal/helpers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/terminal/helpers.lua b/test/functional/terminal/helpers.lua index f6cab6bd1e..d909888613 100644 --- a/test/functional/terminal/helpers.lua +++ b/test/functional/terminal/helpers.lua @@ -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}, |