forked from Mirrors/gomuks
Merge remote-tracking branch 'wvffle/wvffle/fix-221'
This commit is contained in:
commit
9f0a4267b1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue