From ee7e1244d3162fa9c457e4fc74a27bd2528870dd Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 22 May 2009 18:42:40 +1000 Subject: [PATCH] Limit @: to config.browserModes. --- common/content/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {