From c2c74afea5899e62dd6e467ce494b755dd02b758 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 8 May 2016 16:30:05 +0200 Subject: [PATCH] Fix `scroll.reset_timeout` pref typo --- extension/lib/commands.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/lib/commands.coffee b/extension/lib/commands.coffee index b4885f4..1de0a2c 100644 --- a/extension/lib/commands.coffee +++ b/extension/lib/commands.coffee @@ -178,7 +178,7 @@ helper_scroll = (vim, uiEvent, args...) -> prefs.root.set(SPRING_CONSTANT_PREF, springConstant.value) springConstant.nonce = null springConstant.value = null - ), vim.options.reset_timeout) + ), vim.options['scroll.reset_timeout']) helpScroll = help.getHelp(vim.window)?.querySelector('.wrapper') if uiEvent or helpScroll -- 2.39.3