aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/cmdline_spec.lua
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2021-07-28 09:11:07 -0600
committerGregory Anders <greg@gpanders.com>2021-07-28 09:11:07 -0600
commitcab90f2ef1f3f60786a1f223fb7c2582aac1773a (patch)
tree13fcc68d407ea6c45512ecb7d3142ba931ed262b /test/functional/ui/cmdline_spec.lua
parent9190addf1f551e28a1c0d6822cec2c1d4b09a9ea (diff)
downloadrneovim-cab90f2ef1f3f60786a1f223fb7c2582aac1773a.tar.gz
rneovim-cab90f2ef1f3f60786a1f223fb7c2582aac1773a.tar.bz2
rneovim-cab90f2ef1f3f60786a1f223fb7c2582aac1773a.zip
fixup! fix(highlight): remove syncolor.vim
Diffstat (limited to 'test/functional/ui/cmdline_spec.lua')
-rw-r--r--test/functional/ui/cmdline_spec.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/ui/cmdline_spec.lua b/test/functional/ui/cmdline_spec.lua
index 0ea8bab957..ad23402ff9 100644
--- a/test/functional/ui/cmdline_spec.lua
+++ b/test/functional/ui/cmdline_spec.lua
@@ -14,6 +14,8 @@ local function new_screen(opt)
[3] = {bold = true, reverse = true},
[4] = {foreground = Screen.colors.Grey100, background = Screen.colors.Red},
[5] = {bold = true, foreground = Screen.colors.SeaGreen4},
+ [6] = {foreground = Screen.colors.Magenta},
+ [7] = {bold = true, foreground = Screen.colors.Brown},
})
return screen
end
@@ -267,7 +269,7 @@ local function test_cmdline(linegrid)
special = {'"', true},
}, {
firstc = "=",
- content = {{"1"}, {"+"}, {"2"}},
+ content = {{"1", 6}, {"+", 7}, {"2", 6}},
pos = 3,
}}