Fix long line

This commit is contained in:
Florian Bruhin 2016-08-08 19:56:11 +02:00
parent b750d93891
commit 9fc44e54a4

View File

@ -933,8 +933,8 @@ def data(readonly=False):
('auto-follow-timeout',
SettingValue(typ.Int(), '0'),
"A timeout (in milliseconds) to inhibit normal-mode key bindings after a successful"
"auto-follow."),
"A timeout (in milliseconds) to inhibit normal-mode key bindings "
"after a successful auto-follow."),
('next-regexes',
SettingValue(typ.List(typ.Regex(flags=re.IGNORECASE)),