mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:08:00 +01:00
Speed up completion scrolling more.
This commit is contained in:
@@ -456,6 +456,7 @@ function Commands() //{{{
|
||||
argCount = "*";
|
||||
|
||||
var args = []; // parsed options
|
||||
args.__iterator__ = util.Array.iterator2;
|
||||
args.string = str; // for access to the unparsed string
|
||||
args.literalArg = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user