From 8ee8d28f037457d0fb71849cccc6f15268923b9c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 6 Mar 2015 16:57:58 +0100 Subject: [PATCH] Regenerate docs. --- README.asciidoc | 2 +- doc/help/settings.asciidoc | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index bb0f5b106..3df054a88 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 2149a4de4..5f038e64b 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -59,6 +59,7 @@ [options="header",width="75%",cols="25%,75%"] |============== |Setting|Description +|<>|What to display in the download filename input. |<>|Whether to show the autocompletion window. |<>|The height of the completion, in px or as percentage of the window. |<>|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.