mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 09:42:28 +01:00
Split Map.flags into individual properties of Map.
This commit is contained in:
@@ -911,7 +911,7 @@ function CommandLine() //{{{
|
||||
commandline.resetCompletions();
|
||||
return editor.expandAbbreviation("c");
|
||||
},
|
||||
{ flags: Mappings.flags.ALLOW_EVENT_ROUTING });
|
||||
{ route: true });
|
||||
|
||||
mappings.add(myModes,
|
||||
["<C-]>", "<C-5>"], "Expand command line abbreviation",
|
||||
|
||||
Reference in New Issue
Block a user