summaryrefslogtreecommitdiff
path: root/common/content/commands.js
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-05-22 18:42:40 +1000
committerDoug Kearns <dougkearns@gmail.com>2009-05-22 18:42:40 +1000
commitee7e1244d3162fa9c457e4fc74a27bd2528870dd (patch)
treee149c61380a89872fa4525a716cf5eaf36721ca4 /common/content/commands.js
parent7513b96a14f4b839f956a3da39c489d5a76cb941 (diff)
downloadpentadactyl-ee7e1244d3162fa9c457e4fc74a27bd2528870dd.tar.gz
Limit @: to config.browserModes.
Diffstat (limited to 'common/content/commands.js')
-rw-r--r--common/content/commands.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/commands.js b/common/content/commands.js
index 80daabe3..1946a9cc 100644
--- a/common/content/commands.js
+++ b/common/content/commands.js
@@ -966,7 +966,7 @@ function Commands() //{{{
liberator.registerObserver("load_mappings", function ()
{
- mappings.add([m for ([,m] in Iterator(modes.all)) if (m != modes.INSERT)],
+ mappings.add(config.browserModes,
["@:"], "Repeat the last Ex command",
function (count)
{