test(extmarks): add test for virt_text_hide with 'smoothscroll' (#23791)

This commit is contained in:
zeertzjq
2023-05-28 11:09:25 +08:00
committed by GitHub
parent 7a8402ac31
commit e41b2e34b4
4 changed files with 40 additions and 9 deletions

View File

@@ -483,8 +483,9 @@ Array nvim_buf_get_extmarks(Buffer buffer, Integer ns_id, Object start, Object e
/// window column (starting from the first
/// text column)
/// - virt_text_hide : hide the virtual text when the background
/// text is selected or hidden due to
/// horizontal scroll 'nowrap'
/// text is selected or hidden because of
/// scrolling with 'nowrap' or 'smoothscroll'.
/// Currently only affects "overlay" virt_text.
/// - hl_mode : control how highlights are combined with the
/// highlights of the text. Currently only affects
/// virt_text highlights, but might affect `hl_group`