Regenerate docs.

This commit is contained in:
Florian Bruhin 2015-02-26 06:13:58 +01:00
parent 0d9bf5e2c9
commit f91aaf778a
2 changed files with 8 additions and 1 deletions

View File

@ -141,12 +141,12 @@ Contributors, sorted by the number of commits in descending order:
* Brian Jackson * Brian Jackson
* Patric Schmitz * Patric Schmitz
* Johannes Altmanninger * Johannes Altmanninger
* Samir Benmendil
* Regina Hug * Regina Hug
* Mathias Fussenegger * Mathias Fussenegger
* Larry Hynes * Larry Hynes
* Thorsten Wißmann * Thorsten Wißmann
* Thiago Barroso Perrotta * Thiago Barroso Perrotta
* Samir Benmendil
* Matthias Lisin * Matthias Lisin
* Helen Sherwood-Taylor * Helen Sherwood-Taylor
* HalosGhost * HalosGhost

View File

@ -145,6 +145,7 @@
|<<hints-opacity,opacity>>|Opacity for hints. |<<hints-opacity,opacity>>|Opacity for hints.
|<<hints-mode,mode>>|Mode to use for hints. |<<hints-mode,mode>>|Mode to use for hints.
|<<hints-chars,chars>>|Chars used for hint strings. |<<hints-chars,chars>>|Chars used for hint strings.
|<<hints-min-chars,min-chars>>|Mininum number of chars used for hint strings.
|<<hints-uppercase,uppercase>>|Make chars in hint strings uppercase. |<<hints-uppercase,uppercase>>|Make chars in hint strings uppercase.
|<<hints-auto-follow,auto-follow>>|Whether to auto-follow a hint if there's only one left. |<<hints-auto-follow,auto-follow>>|Whether to auto-follow a hint if there's only one left.
|<<hints-next-regexes,next-regexes>>|A comma-separated list of regexes to use for 'next' links. |<<hints-next-regexes,next-regexes>>|A comma-separated list of regexes to use for 'next' links.
@ -1191,6 +1192,12 @@ Chars used for hint strings.
Default: +pass:[asdfghjkl]+ Default: +pass:[asdfghjkl]+
[[hints-min-chars]]
=== min-chars
Mininum number of chars used for hint strings.
Default: +pass:[1]+
[[hints-uppercase]] [[hints-uppercase]]
=== uppercase === uppercase
Make chars in hint strings uppercase. Make chars in hint strings uppercase.