mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:48:00 +01:00
Whitespace and semicolon fixes.
This commit is contained in:
2
common/content/commands.js
Normal file → Executable file
2
common/content/commands.js
Normal file → Executable file
@@ -1171,7 +1171,7 @@ function Commands() //{{{
|
||||
// then get completions of the command name
|
||||
let [count, cmd, bang, args] = commands.parseCommand(context.filter);
|
||||
let [, prefix, junk] = context.filter.match(/^(:*\d*)\w*(.?)/) || [];
|
||||
context.advance(prefix.length)
|
||||
context.advance(prefix.length);
|
||||
if (!junk)
|
||||
return context.fork("", 0, this, "command");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user