mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:58:00 +01:00
Allow :set foo=bar | echo baz.
This commit is contained in:
@@ -576,7 +576,8 @@ const CompletionContext = Class("CompletionContext", {
|
||||
if (typeof completer == "string")
|
||||
completer = self[completer];
|
||||
let context = CompletionContext(this, name, offset);
|
||||
this.contextList.push(context);
|
||||
if (this.contextList.indexOf(context) < 0)
|
||||
this.contextList.push(context);
|
||||
|
||||
if (!context.autoComplete && !context.tabPressed && context.editor)
|
||||
context.waitingForTab = true;
|
||||
|
||||
Reference in New Issue
Block a user