dont duplicate commands in autocomplete

Signed-off-by: Ava Hahn <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2023-05-25 15:21:12 -07:00
parent 23b295c10d
commit b3c0b80ee6

View file

@ -114,6 +114,7 @@ impl Completer for CustomCompleter {
end: pos end: pos
} }
}); });
continue;
} }
if sym.contains(tok.as_str()) { if sym.contains(tok.as_str()) {