Regenerate docs.
This commit is contained in:
parent
858131c9bc
commit
8ee8d28f03
@ -130,8 +130,8 @@ Contributors, sorted by the number of commits in descending order:
|
||||
|
||||
// QUTE_AUTHORS_START
|
||||
* Florian Bruhin
|
||||
* Claude
|
||||
* Joel Torstensson
|
||||
* Claude
|
||||
* ZDarian
|
||||
* Peter Vilim
|
||||
* John ShaggyTwoDope Jenkins
|
||||
|
@ -59,6 +59,7 @@
|
||||
[options="header",width="75%",cols="25%,75%"]
|
||||
|==============
|
||||
|Setting|Description
|
||||
|<<completion-download-path-suggestion,download-path-suggestion>>|What to display in the download filename input.
|
||||
|<<completion-show,show>>|Whether to show the autocompletion window.
|
||||
|<<completion-height,height>>|The height of the completion, in px or as percentage of the window.
|
||||
|<<completion-history-length,history-length>>|How many commands to save in the history.
|
||||
@ -601,6 +602,18 @@ Default: +pass:[true]+
|
||||
== completion
|
||||
Options related to completion and command history.
|
||||
|
||||
[[completion-download-path-suggestion]]
|
||||
=== download-path-suggestion
|
||||
What to display in the download filename input.
|
||||
|
||||
Valid values:
|
||||
|
||||
* +path+: Show only the download path.
|
||||
* +filename+: Show only download filename.
|
||||
* +both+: Show download path and filename.
|
||||
|
||||
Default: +pass:[path]+
|
||||
|
||||
[[completion-show]]
|
||||
=== show
|
||||
Whether to show the autocompletion window.
|
||||
|
Loading…
Reference in New Issue
Block a user