mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 04:27:59 +01:00
Get rid of absurd Map#route flag. Consolodate some constants.
This commit is contained in:
@@ -1713,9 +1713,8 @@ var CommandLine = Module("commandline", {
|
||||
function () {
|
||||
commandline.resetCompletions();
|
||||
editor.expandAbbreviation(modes.COMMAND_LINE);
|
||||
return true;
|
||||
},
|
||||
{ route: true });
|
||||
return Events.PASS;
|
||||
});
|
||||
|
||||
mappings.add(myModes,
|
||||
["<C-]>", "<C-5>"], "Expand command line abbreviation",
|
||||
|
||||
Reference in New Issue
Block a user