This commit is contained in:
Kasper Seweryn 2020-09-07 23:06:09 +00:00
parent 5257d55114
commit 5a14901c32

View File

@ -24,7 +24,7 @@ import (
"maunium.net/go/gomuks/config" "maunium.net/go/gomuks/config"
"maunium.net/go/gomuks/debug" "maunium.net/go/gomuks/debug"
"maunium.net/go/gomuks/interface" ifc "maunium.net/go/gomuks/interface"
) )
type gomuksPointerContainer struct { type gomuksPointerContainer struct {
@ -222,7 +222,7 @@ func (ch *CommandProcessor) Autocomplete(roomView *RoomView, text string, cursor
text = newText text = newText
} }
} }
return completions, text, true return completions, text, ok
} }
func (ch *CommandProcessor) AutocompleteCommand(word string) (completions []string) { func (ch *CommandProcessor) AutocompleteCommand(word string) (completions []string) {