mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-09 06:25:46 +01:00
Fix completion bug
This commit is contained in:
@@ -380,7 +380,7 @@ function CommandLine() //{{{
|
|||||||
{
|
{
|
||||||
// Wait for contexts to complete if necessary.
|
// Wait for contexts to complete if necessary.
|
||||||
// FIXME: Need to make idx relative to individual contexts.
|
// FIXME: Need to make idx relative to individual contexts.
|
||||||
let list = this.context.contextList.reverse();
|
let list = this.context.contextList;
|
||||||
if (idx == -2)
|
if (idx == -2)
|
||||||
list = list.slice().reverse();
|
list = list.slice().reverse();
|
||||||
let n = 0;
|
let n = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user