1
0
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:
Kris Maglione
2008-11-27 01:18:33 +00:00
parent 424909162d
commit 0eafcd8656
6 changed files with 48 additions and 45 deletions

View File

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