1
0
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:
Kris Maglione
2008-12-04 12:06:38 -05:00
parent f4a0e51cec
commit 667e1433ec
4 changed files with 130 additions and 117 deletions

View File

@@ -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 = "";