@@ -240,12 +240,6 @@ scrollview_excluded_filetypes *scrollview_excluded_filetypes*
240240 which scrollbars should not be displayed. Defaults to
241241 `[]` .
242242
243- scrollview_excluded_info_signs *scrollview_excluded_info_signs*
244- | List | of | String | s specifying sign groups to exclude from
245- visibility consideration when | scrollview_visibility | is
246- set to `' info' ` and there is no overflow. Defaults to
247- `['changelist' , 'cursor' , 'latestchange' ]`.
248-
249243scrollview_floating_windows *scrollview_floating_windows*
250244 | Boolean | specifying whether scrollbars and signs are
251245 shown in floating windows. Defaults to | v:false | .
@@ -337,7 +331,7 @@ scrollview_visibility |String| specifying the visibility level of scrollbars
337331 * `info` Show scrollbars and signs when content overflows
338332 the window. Otherwise, show when there are signs to
339333 display (excluding those from sign groups included in
340- | scrollview_excluded_info_signs | ).
334+ | scrollview_signs_info_excluded | ).
341335
342336 *scrollview_winblend*
343337scrollview_winblend | Number | specifying the level of transparency for
@@ -382,6 +376,12 @@ scrollview_signs_hidden_for_insert *scrollview_signs_hidden_for_insert*
382376 all sign groups. Defaults to `[]` . See
383377 | scrollview_hide_bar_for_insert | for hiding the scrollbar.
384378
379+ scrollview_signs_info_excluded *scrollview_signs_info_excluded*
380+ | List | of | String | s specifying sign groups to exclude from
381+ visibility consideration when | scrollview_visibility | is
382+ set to `' info' ` and there is no overflow. Defaults to
383+ `['changelist' , 'cursor' , 'latestchange' ]`.
384+
385385scrollview_signs_max_per_row *scrollview_signs_max_per_row*
386386 | Number | specifying the maximum number of signs per row.
387387 Set to `-1 ` to have no limit. Defaults to `-1 ` .
0 commit comments