Skip to content

Commit

Permalink
Fix documentation for scrollview_search_symbol.
Browse files Browse the repository at this point in the history
The documented default was incorrect.
  • Loading branch information
dstein64 committed Nov 11, 2023
1 parent fa3f672 commit 2b7da1c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions doc/scrollview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -488,13 +488,14 @@ scrollview_search_priority *scrollview_search_priority*
the plugin is loaded.

scrollview_search_symbol *scrollview_search_symbol*
|String| specifying the symbol for search signs. Defaults
to a small circle. 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 at global scope, when the plugin is
loaded.
|String| specifying the symbol for search signs. 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. Defaults to ['=',
'=', nr2char(0x2261)], where the third element is the
triple bar. Considered only at global scope, when the
plugin is loaded.

scrollview_spell_priority *scrollview_spell_priority*
|Number| specifying the priority for spell signs.
Expand Down

0 comments on commit 2b7da1c

Please sign in to comment.