dont duplicate commands in autocomplete
Signed-off-by: Ava Hahn <ava@sunnypup.io>
This commit is contained in:
parent
23b295c10d
commit
b3c0b80ee6
1 changed files with 1 additions and 0 deletions
|
|
@ -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()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue