mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:52:27 +01:00
Half-hearted attempt to unbreak completions
This commit is contained in:
@@ -156,6 +156,8 @@ liberator.CommandLine = function () //{{{
|
|||||||
var res = liberator.completion.ex(command);
|
var res = liberator.completion.ex(command);
|
||||||
liberator.commandline.setCompletions(res[1], res[0]);
|
liberator.commandline.setCompletions(res[1], res[0]);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
completionIndex = UNINITIALIZED;
|
||||||
});
|
});
|
||||||
|
|
||||||
function closePrompt(value)
|
function closePrompt(value)
|
||||||
|
|||||||
Reference in New Issue
Block a user