Fix line length

This commit is contained in:
Florian Bruhin 2016-03-16 19:43:18 +01:00
parent 0336048781
commit dad26cc395

View File

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