aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-01-28 12:38:56 +0100
committerGitHub <noreply@github.com>2022-01-28 12:38:56 +0100
commitca3e382a4f39c5622fc5e10b784df10b4813fc0e (patch)
tree442ef7a6e523e7b5b4d7f238ef3d2353243ea896 /test/functional/ui
parent530c65b17ade3f5db70af5746f4eed945efdfcfa (diff)
parent3d9ae9d2dad88a4e2c2263dc7e256657842244c0 (diff)
downloadrneovim-ca3e382a4f39c5622fc5e10b784df10b4813fc0e.tar.gz
rneovim-ca3e382a4f39c5622fc5e10b784df10b4813fc0e.tar.bz2
rneovim-ca3e382a4f39c5622fc5e10b784df10b4813fc0e.zip
Merge pull request #17183 from notomo/expose-extmark-right-gravity
feat(api): expose extmark right_gravity and end_right_gravity
Diffstat (limited to 'test/functional/ui')
-rw-r--r--test/functional/ui/bufhl_spec.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/ui/bufhl_spec.lua b/test/functional/ui/bufhl_spec.lua
index 7716414e87..9f84b71ece 100644
--- a/test/functional/ui/bufhl_spec.lua
+++ b/test/functional/ui/bufhl_spec.lua
@@ -759,6 +759,7 @@ describe('Buffer highlighting', function()
priority = 0,
virt_text = s1,
-- other details
+ right_gravity = true,
virt_text_pos = 'eol',
virt_text_hide = false,
}}}, get_extmarks(id1, {0,0}, {0, -1}, {details=true}))
@@ -770,6 +771,7 @@ describe('Buffer highlighting', function()
priority = 0,
virt_text = s2,
-- other details
+ right_gravity = true,
virt_text_pos = 'eol',
virt_text_hide = false,
}}}, get_extmarks(id1, {lastline,0}, {lastline, -1}, {details=true}))