Merge remote-tracking branch 'wvffle/wvffle/fix-221'

This commit is contained in:
Tulir Asokan 2020-09-08 12:23:47 +03:00
commit 9f0a4267b1

View File

@ -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) {