Fixed type of auto-follow-timeout option
This commit is contained in:
parent
6e494605dd
commit
87faafd910
@ -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."),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user