Regenerate docs.

This commit is contained in:
Florian Bruhin 2015-03-13 19:50:20 +01:00
parent 833830d5e9
commit a857b9a638
2 changed files with 14 additions and 4 deletions

View File

@ -136,6 +136,7 @@ Contributors, sorted by the number of commits in descending order:
* ZDarian * ZDarian
* Peter Vilim * Peter Vilim
* John ShaggyTwoDope Jenkins * John ShaggyTwoDope Jenkins
* Jimmy
* rikn00 * rikn00
* Patric Schmitz * Patric Schmitz
* Martin Zimmermann * Martin Zimmermann

View File

@ -63,7 +63,8 @@
|<<completion-timestamp-format,timestamp-format>>|How to format timestamps (e.g. for history) |<<completion-timestamp-format,timestamp-format>>|How to format timestamps (e.g. for history)
|<<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-cmd-history-max-items,cmd-history-max-items>>|How many commands to save in the command history.
|<<completion-web-history-max-items,web-history-max-items>>|How many URLs to show in the web history.
|<<completion-quick-complete,quick-complete>>|Whether to move on to the next part when there's only one possible completion left. |<<completion-quick-complete,quick-complete>>|Whether to move on to the next part when there's only one possible completion left.
|<<completion-shrink,shrink>>|Whether to shrink the completion to be smaller than the configured size if there are no scrollbars. |<<completion-shrink,shrink>>|Whether to shrink the completion to be smaller than the configured size if there are no scrollbars.
|============== |==============
@ -639,14 +640,22 @@ The height of the completion, in px or as percentage of the window.
Default: +pass:[50%]+ Default: +pass:[50%]+
[[completion-history-length]] [[completion-cmd-history-max-items]]
=== history-length === cmd-history-max-items
How many commands to save in the history. How many commands to save in the command history.
0: no history / -1: unlimited 0: no history / -1: unlimited
Default: +pass:[100]+ Default: +pass:[100]+
[[completion-web-history-max-items]]
=== web-history-max-items
How many URLs to show in the web history.
0: no history / -1: unlimited
Default: +pass:[1000]+
[[completion-quick-complete]] [[completion-quick-complete]]
=== quick-complete === quick-complete
Whether to move on to the next part when there's only one possible completion left. Whether to move on to the next part when there's only one possible completion left.