diff --git a/complete.go b/complete.go index c08c994..6a28abb 100644 --- a/complete.go +++ b/complete.go @@ -87,7 +87,7 @@ func (o *opCompleter) OnComplete() bool { newLines, offset := o.op.cfg.AutoComplete.Do(rs, buf.idx) if len(newLines) == 0 { o.ExitCompleteMode(false) - return true + return false } // only Aggregate candidates in non-complete mode