Skip to content

Commit

Permalink
Fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Jul 1, 2024
1 parent 47b2c0a commit 87255c3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/scrollview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,15 @@ scrollview_folds_symbol *scrollview_folds_symbol*
out-of-bounds. Considered only when the plugin is
loaded.

scrollview_latestchange_priority *scrollview_latestchange_priority*
|Number| specifying the priority for latestchange signs.
Defaults to `10`. Considered only when the plugin is
loaded.

scrollview_latestchange_symbol *scrollview_latestchange_symbol*
|String| specifying the symbol for latestchange signs.
Defaults to a Greek uppercase delta.

scrollview_loclist_priority *scrollview_loclist_priority*
|Number| specifying the priority for loclist signs.
Defaults to `45`. Considered only when the plugin is
Expand Down Expand Up @@ -561,15 +570,6 @@ scrollview_spell_symbol *scrollview_spell_symbol*
when the retrieval would be out-of-bounds. Considered
only when the plugin is loaded.

scrollview_latestchange_priority *scrollview_latestchange_priority*
|Number| specifying the priority for latestchange signs.
Defaults to `10`. Considered only when the plugin is
loaded.

scrollview_latestchange_symbol *scrollview_latestchange_symbol*
|String| specifying the symbol for latestchange signs.
Defaults to a Greek uppercase delta.

scrollview_trail_priority *scrollview_trail_priority*
|Number| specifying the priority for trail signs.
Defaults to `50`. Considered only when the plugin is
Expand Down

0 comments on commit 87255c3

Please sign in to comment.