diff --git a/ui/command-processor.go b/ui/command-processor.go index 2ccf361..fcec03e 100644 --- a/ui/command-processor.go +++ b/ui/command-processor.go @@ -222,7 +222,7 @@ func (ch *CommandProcessor) Autocomplete(roomView *RoomView, text string, cursor text = newText } } - return completions, text, true + return completions, text, ok } func (ch *CommandProcessor) AutocompleteCommand(word string) (completions []string) {