aboutsummaryrefslogtreecommitdiffstats
path: root/lib/settings.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-02-10 13:52:43 +0000
committerStephen Blott2016-02-18 07:35:07 +0000
commit201b51e1690bb993aa25a1c11f59afda6eab8747 (patch)
tree290c99c4c10a0f4986e830ad077364862799ba2f /lib/settings.coffee
parent02adaa7ad0c7921ebab5752470ff7f773802634c (diff)
downloadvimium-201b51e1690bb993aa25a1c11f59afda6eab8747.tar.bz2
PassNextKey; allow multiple mappings.
This allows: map a passNextKey map b passNextKey (Previously, we only picked up the first mapping.)
Diffstat (limited to 'lib/settings.coffee')
-rw-r--r--lib/settings.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/settings.coffee b/lib/settings.coffee
index 2e5ddcc0..79ee04a9 100644
--- a/lib/settings.coffee
+++ b/lib/settings.coffee
@@ -174,7 +174,7 @@ Settings =
settingsVersion: Utils.getCurrentVersion()
helpDialog_showAdvancedCommands: false
optionsPage_showAdvancedOptions: false
- passNextKeyKey: ""
+ passNextKeyKeys: []
Settings.init()