Skip to content

Commit 30e2434

Browse files
remove todo
1 parent bc2a764 commit 30e2434

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tab_completion.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ export const tab_complete = async (term: WrappedTerminal, discard_cached_matches
184184
}
185185

186186
// TODO: the discard cache arg is janky. come up with a better solution. should also be using generators directly instead of arrays for completions
187-
// TODO: seems to not discard properly when switching commands
188187

189188
export const helper_completion_options = (options: string[]) => {
190189
return async function* (data: CompletionData): AsyncGenerator<string> {

0 commit comments

Comments
 (0)