diff options
| author | Stephen Blott | 2016-02-01 12:16:32 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-02-18 10:52:45 +0000 | 
| commit | ad71e692fd0254b430c38b47b6c5a9ab3e08290b (patch) | |
| tree | 50fe887f7d283eb22fda3e3c841171fb64b06727 /lib | |
| parent | be5205e6153e39d7c08f229c2b9183fab153f823 (diff) | |
| download | vimium-ad71e692fd0254b430c38b47b6c5a9ab3e08290b.tar.bz2 | |
Wait-for-enter: add necessary option support.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/settings.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/settings.coffee b/lib/settings.coffee index a33a88e8..68333cae 100644 --- a/lib/settings.coffee +++ b/lib/settings.coffee @@ -170,7 +170,7 @@ Settings =      newTabUrl: "chrome://newtab"      grabBackFocus: false      regexFindMode: false -    waitForEnterForFilteredHints: true # Once properly implmented, this will default to false. +    waitForEnterForFilteredHints: false      settingsVersion: Utils.getCurrentVersion()      helpDialog_showAdvancedCommands: false | 
