diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-09-03 12:16:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-03 12:16:49 +0200 |
commit | 7ff63fcdc0ba1ce2b8500641f3742d5ada68d496 (patch) | |
tree | 8dea5e8358ce81cd48a40b560bba96cd08b4580e /test/functional/ui/cmdline_spec.lua | |
parent | f62d4865d88de0bd60218ecb3e08d9f3c772e12e (diff) | |
parent | 74937589d0bd821756709ce336f9168637f7dab8 (diff) | |
download | rneovim-7ff63fcdc0ba1ce2b8500641f3742d5ada68d496.tar.gz rneovim-7ff63fcdc0ba1ce2b8500641f3742d5ada68d496.tar.bz2 rneovim-7ff63fcdc0ba1ce2b8500641f3742d5ada68d496.zip |
Merge pull request #8942 from bfredl/attr_state
screen.lua: extend snapshot_util() to work with extension state
Diffstat (limited to 'test/functional/ui/cmdline_spec.lua')
-rw-r--r-- | test/functional/ui/cmdline_spec.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/functional/ui/cmdline_spec.lua b/test/functional/ui/cmdline_spec.lua index bf8cae3a0b..d39b24a00f 100644 --- a/test/functional/ui/cmdline_spec.lua +++ b/test/functional/ui/cmdline_spec.lua @@ -510,12 +510,7 @@ local function test_cmdline(newgrid) screen:set_default_attr_ids({ RBP1={background = Screen.colors.Red}, RBP2={background = Screen.colors.Yellow}, - RBP3={background = Screen.colors.Green}, - RBP4={background = Screen.colors.Blue}, EOB={bold = true, foreground = Screen.colors.Blue1}, - ERR={foreground = Screen.colors.Grey100, background = Screen.colors.Red}, - SK={foreground = Screen.colors.Blue}, - PE={bold = true, foreground = Screen.colors.SeaGreen4} }) feed('<f5>(a(b)a)') screen:expect{grid=[[ |