From b3c0b80ee669b176a15653b723d37ee6b2080725 Mon Sep 17 00:00:00 2001 From: Ava Hahn Date: Thu, 25 May 2023 15:21:12 -0700 Subject: [PATCH] dont duplicate commands in autocomplete Signed-off-by: Ava Hahn --- src/bin/relish.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/relish.rs b/src/bin/relish.rs index b367d08..b2430e8 100644 --- a/src/bin/relish.rs +++ b/src/bin/relish.rs @@ -114,6 +114,7 @@ impl Completer for CustomCompleter { end: pos } }); + continue; } if sym.contains(tok.as_str()) {