mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 17:54:10 +00:00
feat(marks): add conceal_lines to nvim_buf_set_extmark()
Implement an extmark property that conceals lines vertically.
This commit is contained in:
@@ -1556,6 +1556,7 @@ describe('API/extmarks', function()
|
||||
it('can get details', function()
|
||||
set_extmark(ns, marks[1], 0, 0, {
|
||||
conceal = 'c',
|
||||
conceal_lines = '',
|
||||
cursorline_hl_group = 'Statement',
|
||||
end_col = 0,
|
||||
end_right_gravity = true,
|
||||
@@ -1585,6 +1586,7 @@ describe('API/extmarks', function()
|
||||
0,
|
||||
{
|
||||
conceal = 'c',
|
||||
conceal_lines = '',
|
||||
cursorline_hl_group = 'Statement',
|
||||
end_col = 0,
|
||||
end_right_gravity = true,
|
||||
|
||||
Reference in New Issue
Block a user