mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:28:00 +01:00
Allow :se foo nobar baz="Foo. No bar in this town."
This commit is contained in:
@@ -417,7 +417,7 @@ function Commands() //{{{
|
||||
argCount = "*";
|
||||
|
||||
var args = []; // parsed options
|
||||
args.__iterator__ = util.Array.iterator2;
|
||||
args.__iterator__ = function () util.Array.iterator2(this);
|
||||
args.string = str; // for access to the unparsed string
|
||||
args.literalArg = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user