forked from mirror/readline
fix compile error
This commit is contained in:
parent
55809b401d
commit
7638a04c39
|
@ -89,7 +89,7 @@ func (o *opCompleter) OnComplete() {
|
|||
return
|
||||
}
|
||||
|
||||
same, size := RunesAggregate(newLines)
|
||||
same, size := runes.Aggregate(newLines)
|
||||
if size > 0 {
|
||||
buf.WriteRunes(same)
|
||||
o.ExitCompleteMode(false)
|
||||
|
|
Loading…
Reference in New Issue