Merge remote-tracking branch 'wvffle/wvffle/fix-221'
This commit is contained in:
commit
9f0a4267b1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user