mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 11:47:59 +01:00
Fix Xulmus, etc.
--HG-- branch : xslt
This commit is contained in:
@@ -1193,7 +1193,7 @@ function Commands() //{{{
|
||||
let [, prefix, junk] = context.filter.match(/^(:*\d*)\w*(.?)/) || [];
|
||||
context.advance(prefix.length);
|
||||
if (!junk)
|
||||
return context.fork("", 0, this, "command");
|
||||
return void context.fork("", 0, this, "command");
|
||||
|
||||
// dynamically get completions as specified with the command's completer function
|
||||
let command = commands.get(cmd);
|
||||
|
||||
Reference in New Issue
Block a user