diff --git a/content/ui.js b/content/ui.js index ba9d254e..31e78159 100644 --- a/content/ui.js +++ b/content/ui.js @@ -156,6 +156,8 @@ liberator.CommandLine = function () //{{{ var res = liberator.completion.ex(command); liberator.commandline.setCompletions(res[1], res[0]); } + else + completionIndex = UNINITIALIZED; }); function closePrompt(value)