Fixed type of auto-follow-timeout option

This commit is contained in:
Jakub Klinkovský 2016-02-02 19:54:19 +01:00 committed by Florian Bruhin
parent 6e494605dd
commit 87faafd910

View File

@ -914,7 +914,7 @@ def data(readonly=False):
"matched."),
('auto-follow-timeout',
SettingValue(typ.Int(), 0),
SettingValue(typ.Int(), '0'),
"A timeout to inhibit normal-mode key bindings after a successful"
"auto-follow."),