Fix line length
This commit is contained in:
parent
0336048781
commit
dad26cc395
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user