1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 19:04:10 +01:00

Fix completion bug

This commit is contained in:
Kris Maglione
2009-01-07 17:16:08 -05:00
parent 15a64a0085
commit 1f2bf969d1

View File

@@ -380,7 +380,7 @@ function CommandLine() //{{{
{
// Wait for contexts to complete if necessary.
// FIXME: Need to make idx relative to individual contexts.
let list = this.context.contextList.reverse();
let list = this.context.contextList;
if (idx == -2)
list = list.slice().reverse();
let n = 0;