Add informations on -indent in wrap highlighter docstring
This commit is contained in:
parent
4fabba3d12
commit
fd95af0e3e
|
@ -2065,9 +2065,10 @@ void register_highlighters()
|
||||||
registry.insert({
|
registry.insert({
|
||||||
"wrap",
|
"wrap",
|
||||||
{ WrapHighlighter::create,
|
{ WrapHighlighter::create,
|
||||||
"Parameters: [-word] [-width <max_width>]\n"
|
"Parameters: [-word] [-indent] [-width <max_width>]\n"
|
||||||
"Wrap lines to window width, or max_width if given and window is wider,\n"
|
"Wrap lines to window width, or max_width if given and window is wider,\n"
|
||||||
"wrap at word boundaries instead of codepoint boundaries if -word is given" } });
|
"wrap at word boundaries instead of codepoint boundaries if -word is given\n"
|
||||||
|
"preserve line indent in wrapped parts if -indent is given\n"} });
|
||||||
registry.insert({
|
registry.insert({
|
||||||
"ref",
|
"ref",
|
||||||
{ ReferenceHighlighter::create,
|
{ ReferenceHighlighter::create,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user