Skip to content

Commit cc915ca

Browse files
committed
Add "excluding virtual text"
1 parent 7d274f7 commit cc915ca

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/scrollview.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,15 @@ scrollview_hide_on_float_intersect *scrollview_hide_on_float_intersect*
265265
scrollview_hide_on_text_intersect *scrollview_hide_on_text_intersect*
266266
(experimental) |Boolean| specifying whether each scrollbar or sign
267267
becomes hidden (not shown) when it would otherwise
268-
intersect with text. The functionality may not work for
269-
lines where the last character spans multiple cells
270-
(only the first cell of the character would be
271-
considered for intersection). For lines with concealed
272-
text, signs and the scrollbar can become hidden when
273-
they don't intersect text. The processing demands when
274-
enabling this option may result in noticeable lag under
275-
certain environments, especially on older hardware.
276-
Defaults to |v:false|.
268+
intersect with text (excluding virtual text). The
269+
functionality may not work for lines where the last
270+
character spans multiple cells (only the first cell of
271+
the character would be considered for intersection).
272+
For lines with concealed text, signs and the scrollbar
273+
can become hidden when they don't intersect text. The
274+
processing demands when enabling this option may result
275+
in noticeable lag under certain environments,
276+
especially on older hardware. Defaults to |v:false|.
277277

278278
scrollview_hover *scrollview_hover*
279279
|Boolean| specifying whether the highlighting of

0 commit comments

Comments
 (0)