mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:42:26 +01:00
Clean up so loose ends from the recent Command#execute refactoring.
This fixes [count]u. --HG-- extra : rebase_source : a453a99a757e434b6ce1758320d5840d8286002e
This commit is contained in:
@@ -375,8 +375,6 @@ lookup:
|
||||
dactyl.assert(false, "Unexpected end of file waiting for " + end);
|
||||
};
|
||||
|
||||
function execute(args) { command.execute(args, special, count, { setFrom: file }); }
|
||||
|
||||
let iter = Iterator(lines);
|
||||
for (let [i, line] in iter) {
|
||||
if (this.sourcing.finished)
|
||||
|
||||
Reference in New Issue
Block a user