fix compile error

This commit is contained in:
Cheney 2015-10-04 21:58:34 +08:00
parent 55809b401d
commit 7638a04c39
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ func (o *opCompleter) OnComplete() {
return return
} }
same, size := RunesAggregate(newLines) same, size := runes.Aggregate(newLines)
if size > 0 { if size > 0 {
buf.WriteRunes(same) buf.WriteRunes(same)
o.ExitCompleteMode(false) o.ExitCompleteMode(false)