Merge branch 'NoctuaNivalis-fix/hints-auto-follow'

This commit is contained in:
Florian Bruhin 2016-03-16 18:17:43 +01:00
commit 0336048781
2 changed files with 3 additions and 3 deletions

View File

@ -180,7 +180,7 @@
|<<hints-scatter,scatter>>|Whether to scatter hint key chains (like Vimium) or not (like dwb).
|<<hints-uppercase,uppercase>>|Make chars in hint strings uppercase.
|<<hints-dictionary,dictionary>>|The dictionary file to be used by the word hints.
|<<hints-auto-follow,auto-follow>>|Whether to auto-follow a hint if there's only one left.
|<<hints-auto-follow,auto-follow>>|Follow a hint immediately when the hint text is completely matched.
|<<hints-next-regexes,next-regexes>>|A comma-separated list of regexes to use for 'next' links.
|<<hints-prev-regexes,prev-regexes>>|A comma-separated list of regexes to use for 'prev' links.
|==============
@ -1585,7 +1585,7 @@ Default: +pass:[/usr/share/dict/words]+
[[hints-auto-follow]]
=== auto-follow
Whether to auto-follow a hint if there's only one left.
Follow a hint immediately when the hint text is completely matched.
Valid values:

View File

@ -896,7 +896,7 @@ def data(readonly=False):
('auto-follow',
SettingValue(typ.Bool(), 'true'),
"Whether to auto-follow a hint if there's only one left."),
"Follow a hint immediately when the hint text is completely matched."),
('next-regexes',
SettingValue(typ.RegexList(flags=re.IGNORECASE),