diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-09-01 20:25:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-01 20:25:36 +0200 |
commit | 9df3a676e7f2302929061a6c0edf42e5fb3f3873 (patch) | |
tree | 75b58a88ca69022a6e893e337c39e283d5577452 /test/functional/ui/embed_spec.lua | |
parent | 2f37c243482eec20fe52f298368c02eca21c758f (diff) | |
parent | 14615f7f67664cd63410999c2cd13ee50ed14571 (diff) | |
download | rneovim-9df3a676e7f2302929061a6c0edf42e5fb3f3873.tar.gz rneovim-9df3a676e7f2302929061a6c0edf42e5fb3f3873.tar.bz2 rneovim-9df3a676e7f2302929061a6c0edf42e5fb3f3873.zip |
Merge pull request #10400 from bfredl/msg_grid
Dedicated message grid.
Diffstat (limited to 'test/functional/ui/embed_spec.lua')
-rw-r--r-- | test/functional/ui/embed_spec.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/ui/embed_spec.lua b/test/functional/ui/embed_spec.lua index 9196c8af40..0f50baa73f 100644 --- a/test/functional/ui/embed_spec.lua +++ b/test/functional/ui/embed_spec.lua @@ -18,6 +18,7 @@ local function test_embed(ext_linegrid) [2] = {bold = true, foreground = Screen.colors.SeaGreen4}, [3] = {bold = true, foreground = Screen.colors.Blue1}, [4] = {bold = true, foreground = Screen.colors.Green}, + [5] = {bold = true, reverse = true}, }) end @@ -53,7 +54,7 @@ local function test_embed(ext_linegrid) | | | - | + {5: }| Error detected while processing pre-vimrc command line: | foo | {1:bar} | |