1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 16:17:59 +01:00

Limit @: to config.browserModes.

This commit is contained in:
Doug Kearns
2009-05-22 18:42:40 +10:00
parent 7513b96a14
commit ee7e1244d3

View File

@@ -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)
{