@@ -403,7 +403,7 @@ scrollview_changelist_previous_priority *scrollview_changelist_previous_prior
403
403
scrollview_changelist_previous_symbol *scrollview_changelist_previous_symbol*
404
404
| String | specifying the symbol for the previous item
405
405
changelist sign. Defaults to an upwards arrow with tip
406
- leftwards.
406
+ leftwards. Considered only when the plugin is loaded.
407
407
408
408
scrollview_changelist_current_priority *scrollview_changelist_current_priority*
409
409
| Number | specifying the priority for the current item
@@ -412,7 +412,8 @@ scrollview_changelist_current_priority *scrollview_changelist_current_priori
412
412
413
413
scrollview_changelist_current_symbol *scrollview_changelist_current_symbol*
414
414
| 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.
416
417
417
418
scrollview_changelist_next_priority *scrollview_changelist_next_priority*
418
419
| Number | specifying the priority for the next item
@@ -422,7 +423,7 @@ scrollview_changelist_next_priority *scrollview_changelist_next_priority*
422
423
scrollview_changelist_next_symbol *scrollview_changelist_next_symbol*
423
424
| String | specifying the symbol for the next item
424
425
changelist sign. Defaults to a downwards arrow with tip
425
- rightwards.
426
+ rightwards. Considered only when the plugin is loaded.
426
427
427
428
scrollview_conflicts_bottom_priority *scrollview_conflicts_bottom_priority*
428
429
| Number | specifying the priority for conflict bottom
@@ -471,6 +472,7 @@ scrollview_cursor_priority *scrollview_cursor_priority*
471
472
scrollview_cursor_symbol *scrollview_cursor_symbol*
472
473
| String | specifying the symbol for cursor signs. Defaults
473
474
to a small square, resembling a block cursor.
475
+ Considered only when the plugin is loaded.
474
476
475
477
scrollview_diagnostics_error_priority *scrollview_diagnostics_error_priority*
476
478
| Number | specifying the priority for diagnostic error
@@ -566,7 +568,8 @@ scrollview_indent_spaces_priority *scrollview_indent_spaces_priority*
566
568
567
569
scrollview_indent_spaces_symbol *scrollview_indent_spaces_symbol*
568
570
| String | specifying the symbol for indent spaces signs.
569
- Defaults to `' -' ` .
571
+ Defaults to `' -' ` . Considered only when the plugin is
572
+ loaded.
570
573
571
574
scrollview_indent_tabs_condition *scrollview_indent_tabs_condition*
572
575
| String | specifying the condition when signs will be
@@ -582,7 +585,8 @@ scrollview_indent_tabs_priority *scrollview_indent_tabs_priority*
582
585
583
586
scrollview_indent_tabs_symbol *scrollview_indent_tabs_symbol*
584
587
| String | specifying the symbol for indent tabs signs.
585
- Defaults to `' >' ` .
588
+ Defaults to `' >' ` . Considered only when the plugin is
589
+ loaded.
586
590
587
591
scrollview_keywords_built_ins *scrollview_keywords_built_ins*
588
592
| List | of | String | s specifying the enabled built-in
@@ -598,7 +602,8 @@ scrollview_keywords_fix_priority *scrollview_keywords_fix_priority*
598
602
599
603
scrollview_keywords_fix_symbol *scrollview_keywords_fix_symbol*
600
604
| String | specifying the symbol for fix keyword signs.
601
- Defaults to `' F' ` .
605
+ Defaults to `' F' ` . Considered only when the plugin is
606
+ loaded.
602
607
603
608
scrollview_keywords_hack_priority *scrollview_keywords_hack_priority*
604
609
| Number | specifying the priority for hack keyword signs.
@@ -607,7 +612,8 @@ scrollview_keywords_hack_priority *scrollview_keywords_hack_priority*
607
612
608
613
scrollview_keywords_hack_symbol *scrollview_keywords_hack_symbol*
609
614
| String | specifying the symbol for hack keyword signs.
610
- Defaults to `' H' ` .
615
+ Defaults to `' H' ` . Considered only when the plugin is
616
+ loaded.
611
617
612
618
scrollview_keywords_todo_priority *scrollview_keywords_todo_priority*
613
619
| Number | specifying the priority for todo keyword signs.
@@ -616,7 +622,8 @@ scrollview_keywords_todo_priority *scrollview_keywords_todo_priority*
616
622
617
623
scrollview_keywords_todo_symbol *scrollview_keywords_todo_symbol*
618
624
| String | specifying the symbol for todo keyword signs.
619
- Defaults to `' T' ` .
625
+ Defaults to `' T' ` . Considered only when the plugin is
626
+ loaded.
620
627
621
628
scrollview_keywords_warn_priority *scrollview_keywords_warn_priority*
622
629
| Number | specifying the priority for warn keyword signs.
@@ -625,7 +632,8 @@ scrollview_keywords_warn_priority *scrollview_keywords_warn_priority*
625
632
626
633
scrollview_keywords_warn_symbol *scrollview_keywords_warn_symbol*
627
634
| String | specifying the symbol for warn keyword signs.
628
- Defaults to `' W' ` .
635
+ Defaults to `' W' ` . Considered only when the plugin is
636
+ loaded.
629
637
630
638
scrollview_keywords_xxx_priority *scrollview_keywords_xxx_priority*
631
639
| Number | specifying the priority for xxx keyword signs.
@@ -634,7 +642,8 @@ scrollview_keywords_xxx_priority *scrollview_keywords_xxx_priority*
634
642
635
643
scrollview_keywords_xxx_symbol *scrollview_keywords_xxx_symbol*
636
644
| String | specifying the symbol for xxx keyword signs.
637
- Defaults to `' X' ` .
645
+ Defaults to `' X' ` . Considered only when the plugin is
646
+ loaded.
638
647
639
648
scrollview_latestchange_priority *scrollview_latestchange_priority*
640
649
| Number | specifying the priority for latestchange signs.
@@ -643,7 +652,8 @@ scrollview_latestchange_priority *scrollview_latestchange_priority*
643
652
644
653
scrollview_latestchange_symbol *scrollview_latestchange_symbol*
645
654
| 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.
647
657
648
658
scrollview_loclist_priority *scrollview_loclist_priority*
649
659
| Number | specifying the priority for loclist signs.
0 commit comments