Skip to content

Commit

Permalink
Add documentation for textwidth_priority and textwidth_symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Jul 1, 2024
1 parent 87255c3 commit 027f91b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/scrollview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,20 @@ scrollview_spell_symbol *scrollview_spell_symbol*
when the retrieval would be out-of-bounds. Considered
only when the plugin is loaded.

scrollview_textwidth_priority *scrollview_textwidth_priority*
|Number| specifying the priority for textwidth signs.
Defaults to `20`. Considered only when the plugin is
loaded.

scrollview_textwidth_symbol *scrollview_textwidth_symbol*
|String| specifying the symbol for textwidth signs.
Defaults to a right-pointing double angle quotation
mark. A |List| of |String|s can also be used; the symbol is
selected using the index equal to the number of lines
corresponding to the sign, or the last element when the
retrieval would be out-of-bounds. Considered only when
the plugin is loaded.

scrollview_trail_priority *scrollview_trail_priority*
|Number| specifying the priority for trail signs.
Defaults to `50`. Considered only when the plugin is
Expand Down
2 changes: 2 additions & 0 deletions doc/tags
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ scrollview_signs_show_in_folds scrollview.txt /*scrollview_signs_show_in_folds*
scrollview_signs_version scrollview.txt /*scrollview_signs_version*
scrollview_spell_priority scrollview.txt /*scrollview_spell_priority*
scrollview_spell_symbol scrollview.txt /*scrollview_spell_symbol*
scrollview_textwidth_priority scrollview.txt /*scrollview_textwidth_priority*
scrollview_textwidth_symbol scrollview.txt /*scrollview_textwidth_symbol*
scrollview_trail_priority scrollview.txt /*scrollview_trail_priority*
scrollview_trail_symbol scrollview.txt /*scrollview_trail_symbol*
scrollview_winblend scrollview.txt /*scrollview_winblend*
Expand Down

0 comments on commit 027f91b

Please sign in to comment.