aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-01-06 06:52:52 -0800
committerGitHub <noreply@github.com>2020-01-06 06:52:52 -0800
commit83b0054b87f82583873a6e7ef291507c580618b1 (patch)
tree1e3e8c3ee47b084e774c65f16950350afbd7a1cf /test/functional
parentfa9b057d356edb9de7c778d62aed8d2451de56fb (diff)
parent83083dd47b0c2880e4e1401f1c751013c533d57f (diff)
downloadrneovim-83b0054b87f82583873a6e7ef291507c580618b1.tar.gz
rneovim-83b0054b87f82583873a6e7ef291507c580618b1.tar.bz2
rneovim-83b0054b87f82583873a6e7ef291507c580618b1.zip
Merge #11674 'vim-patch:8.0.1786,8.1.{851,1308,1309,1579}'
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/ui/screen_basic_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/screen_basic_spec.lua b/test/functional/ui/screen_basic_spec.lua
index 150ee2a103..ff9f30d0a1 100644
--- a/test/functional/ui/screen_basic_spec.lua
+++ b/test/functional/ui/screen_basic_spec.lua
@@ -987,7 +987,7 @@ describe('Screen default colors', function()
it('can be set to light', function()
startup(true, false)
screen:expect{condition=function()
- eq({rgb_bg=Screen.colors.White, rgb_fg=0, rgb_sp=Screen.colors.Red,
+ eq({rgb_fg=Screen.colors.White, rgb_bg=0, rgb_sp=Screen.colors.Red,
cterm_bg=0, cterm_fg=0}, screen.default_colors)
end}
end)