diff options
author | Gregory Anders <greg@gpanders.com> | 2021-07-28 09:11:07 -0600 |
---|---|---|
committer | Gregory Anders <greg@gpanders.com> | 2021-07-28 09:11:07 -0600 |
commit | cab90f2ef1f3f60786a1f223fb7c2582aac1773a (patch) | |
tree | 13fcc68d407ea6c45512ecb7d3142ba931ed262b /test/functional/ui/highlight_spec.lua | |
parent | 9190addf1f551e28a1c0d6822cec2c1d4b09a9ea (diff) | |
download | rneovim-cab90f2ef1f3f60786a1f223fb7c2582aac1773a.tar.gz rneovim-cab90f2ef1f3f60786a1f223fb7c2582aac1773a.tar.bz2 rneovim-cab90f2ef1f3f60786a1f223fb7c2582aac1773a.zip |
fixup! fix(highlight): remove syncolor.vim
Diffstat (limited to 'test/functional/ui/highlight_spec.lua')
-rw-r--r-- | test/functional/ui/highlight_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua index 8992ee27ce..7471255345 100644 --- a/test/functional/ui/highlight_spec.lua +++ b/test/functional/ui/highlight_spec.lua @@ -789,7 +789,7 @@ describe("'listchars' highlight", function() [0] = {bold=true, foreground=Screen.colors.Blue}, [1] = {background=Screen.colors.Grey90}, [2] = {foreground=Screen.colors.Red}, - [3] = {foreground=Screen.colors.Green1}, + [3] = {foreground=Screen.colors.X11Green, background=Screen.colors.Red1}, }) feed_command('highlight clear ModeMsg') feed_command('highlight Whitespace guifg=#FF0000') |