mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:37:58 +01:00
Keep browser from exploding on <C-i> in Command Line mode.
This commit is contained in:
@@ -152,10 +152,12 @@ var AutoCommands = Module("autocommands", {
|
||||
else
|
||||
var { uri, doc } = buffer;
|
||||
|
||||
let baseArgs = update({ doc: doc }, arguments[1]);
|
||||
|
||||
event = event.toLowerCase();
|
||||
for (let hive in values(this.matchingHives(uri, doc))) {
|
||||
let args = update({},
|
||||
hive.argsExtra(arguments[1]),
|
||||
hive.argsExtra(baseArgs),
|
||||
arguments[1]);
|
||||
|
||||
for (let autoCmd in values(hive._store))
|
||||
|
||||
Reference in New Issue
Block a user