diff options
author | notomo <notomo.motono@gmail.com> | 2022-01-24 09:52:13 +0900 |
---|---|---|
committer | notomo <notomo.motono@gmail.com> | 2022-01-24 09:52:13 +0900 |
commit | 3d9ae9d2dad88a4e2c2263dc7e256657842244c0 (patch) | |
tree | c6374905f58e7f3a089736e877eaf7a236a95ee8 /test/functional/ui | |
parent | 7e2ce35e3b7f8be5e8d01b44c2fdba0b4e23fbd4 (diff) | |
download | rneovim-3d9ae9d2dad88a4e2c2263dc7e256657842244c0.tar.gz rneovim-3d9ae9d2dad88a4e2c2263dc7e256657842244c0.tar.bz2 rneovim-3d9ae9d2dad88a4e2c2263dc7e256657842244c0.zip |
feat(api): expose extmark right_gravity and end_right_gravity
Diffstat (limited to 'test/functional/ui')
-rw-r--r-- | test/functional/ui/bufhl_spec.lua | 2 |
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})) |