Regenerate docs.

This commit is contained in:
Florian Bruhin 2015-03-06 16:57:58 +01:00
parent 858131c9bc
commit 8ee8d28f03
2 changed files with 14 additions and 1 deletions

View File

@ -130,8 +130,8 @@ Contributors, sorted by the number of commits in descending order:
// QUTE_AUTHORS_START // QUTE_AUTHORS_START
* Florian Bruhin * Florian Bruhin
* Claude
* Joel Torstensson * Joel Torstensson
* Claude
* ZDarian * ZDarian
* Peter Vilim * Peter Vilim
* John ShaggyTwoDope Jenkins * John ShaggyTwoDope Jenkins

View File

@ -59,6 +59,7 @@
[options="header",width="75%",cols="25%,75%"] [options="header",width="75%",cols="25%,75%"]
|============== |==============
|Setting|Description |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-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-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. |<<completion-history-length,history-length>>|How many commands to save in the history.
@ -601,6 +602,18 @@ Default: +pass:[true]+
== completion == completion
Options related to completion and command history. 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]] [[completion-show]]
=== show === show
Whether to show the autocompletion window. Whether to show the autocompletion window.