Skip to content

Commit 7fa6443

Browse files
committed
Add "Considered only when the plugin is loaded."
1 parent 0911b05 commit 7fa6443

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

doc/scrollview.txt

+21-11
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ scrollview_changelist_previous_priority *scrollview_changelist_previous_prior
403403
scrollview_changelist_previous_symbol *scrollview_changelist_previous_symbol*
404404
|String| specifying the symbol for the previous item
405405
changelist sign. Defaults to an upwards arrow with tip
406-
leftwards.
406+
leftwards. Considered only when the plugin is loaded.
407407

408408
scrollview_changelist_current_priority *scrollview_changelist_current_priority*
409409
|Number| specifying the priority for the current item
@@ -412,7 +412,8 @@ scrollview_changelist_current_priority *scrollview_changelist_current_priori
412412

413413
scrollview_changelist_current_symbol *scrollview_changelist_current_symbol*
414414
|String| specifying the symbol for the current item
415-
changelist sign. Defaults to `'@'`.
415+
changelist sign. Defaults to `'@'`. Considered only when
416+
the plugin is loaded.
416417

417418
scrollview_changelist_next_priority *scrollview_changelist_next_priority*
418419
|Number| specifying the priority for the next item
@@ -422,7 +423,7 @@ scrollview_changelist_next_priority *scrollview_changelist_next_priority*
422423
scrollview_changelist_next_symbol *scrollview_changelist_next_symbol*
423424
|String| specifying the symbol for the next item
424425
changelist sign. Defaults to a downwards arrow with tip
425-
rightwards.
426+
rightwards. Considered only when the plugin is loaded.
426427

427428
scrollview_conflicts_bottom_priority *scrollview_conflicts_bottom_priority*
428429
|Number| specifying the priority for conflict bottom
@@ -471,6 +472,7 @@ scrollview_cursor_priority *scrollview_cursor_priority*
471472
scrollview_cursor_symbol *scrollview_cursor_symbol*
472473
|String| specifying the symbol for cursor signs. Defaults
473474
to a small square, resembling a block cursor.
475+
Considered only when the plugin is loaded.
474476

475477
scrollview_diagnostics_error_priority *scrollview_diagnostics_error_priority*
476478
|Number| specifying the priority for diagnostic error
@@ -566,7 +568,8 @@ scrollview_indent_spaces_priority *scrollview_indent_spaces_priority*
566568

567569
scrollview_indent_spaces_symbol *scrollview_indent_spaces_symbol*
568570
|String| specifying the symbol for indent spaces signs.
569-
Defaults to `'-'`.
571+
Defaults to `'-'`. Considered only when the plugin is
572+
loaded.
570573

571574
scrollview_indent_tabs_condition *scrollview_indent_tabs_condition*
572575
|String| specifying the condition when signs will be
@@ -582,7 +585,8 @@ scrollview_indent_tabs_priority *scrollview_indent_tabs_priority*
582585

583586
scrollview_indent_tabs_symbol *scrollview_indent_tabs_symbol*
584587
|String| specifying the symbol for indent tabs signs.
585-
Defaults to `'>'`.
588+
Defaults to `'>'`. Considered only when the plugin is
589+
loaded.
586590

587591
scrollview_keywords_built_ins *scrollview_keywords_built_ins*
588592
|List| of |String|s specifying the enabled built-in
@@ -598,7 +602,8 @@ scrollview_keywords_fix_priority *scrollview_keywords_fix_priority*
598602

599603
scrollview_keywords_fix_symbol *scrollview_keywords_fix_symbol*
600604
|String| specifying the symbol for fix keyword signs.
601-
Defaults to `'F'`.
605+
Defaults to `'F'`. Considered only when the plugin is
606+
loaded.
602607

603608
scrollview_keywords_hack_priority *scrollview_keywords_hack_priority*
604609
|Number| specifying the priority for hack keyword signs.
@@ -607,7 +612,8 @@ scrollview_keywords_hack_priority *scrollview_keywords_hack_priority*
607612

608613
scrollview_keywords_hack_symbol *scrollview_keywords_hack_symbol*
609614
|String| specifying the symbol for hack keyword signs.
610-
Defaults to `'H'`.
615+
Defaults to `'H'`. Considered only when the plugin is
616+
loaded.
611617

612618
scrollview_keywords_todo_priority *scrollview_keywords_todo_priority*
613619
|Number| specifying the priority for todo keyword signs.
@@ -616,7 +622,8 @@ scrollview_keywords_todo_priority *scrollview_keywords_todo_priority*
616622

617623
scrollview_keywords_todo_symbol *scrollview_keywords_todo_symbol*
618624
|String| specifying the symbol for todo keyword signs.
619-
Defaults to `'T'`.
625+
Defaults to `'T'`. Considered only when the plugin is
626+
loaded.
620627

621628
scrollview_keywords_warn_priority *scrollview_keywords_warn_priority*
622629
|Number| specifying the priority for warn keyword signs.
@@ -625,7 +632,8 @@ scrollview_keywords_warn_priority *scrollview_keywords_warn_priority*
625632

626633
scrollview_keywords_warn_symbol *scrollview_keywords_warn_symbol*
627634
|String| specifying the symbol for warn keyword signs.
628-
Defaults to `'W'`.
635+
Defaults to `'W'`. Considered only when the plugin is
636+
loaded.
629637

630638
scrollview_keywords_xxx_priority *scrollview_keywords_xxx_priority*
631639
|Number| specifying the priority for xxx keyword signs.
@@ -634,7 +642,8 @@ scrollview_keywords_xxx_priority *scrollview_keywords_xxx_priority*
634642

635643
scrollview_keywords_xxx_symbol *scrollview_keywords_xxx_symbol*
636644
|String| specifying the symbol for xxx keyword signs.
637-
Defaults to `'X'`.
645+
Defaults to `'X'`. Considered only when the plugin is
646+
loaded.
638647

639648
scrollview_latestchange_priority *scrollview_latestchange_priority*
640649
|Number| specifying the priority for latestchange signs.
@@ -643,7 +652,8 @@ scrollview_latestchange_priority *scrollview_latestchange_priority*
643652

644653
scrollview_latestchange_symbol *scrollview_latestchange_symbol*
645654
|String| specifying the symbol for latestchange signs.
646-
Defaults to a Greek uppercase delta.
655+
Defaults to a Greek uppercase delta. Considered only
656+
when the plugin is loaded.
647657

648658
scrollview_loclist_priority *scrollview_loclist_priority*
649659
|Number| specifying the priority for loclist signs.

0 commit comments

Comments
 (0)