mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-17 13:07:56 +02:00
Merge 8baa31e778 into ca4c1b80e3
This commit is contained in:
commit
7bdad4b02c
1 changed files with 1 additions and 2 deletions
|
|
@ -217,8 +217,7 @@ func (r *Reader) feed(src io.Reader) {
|
|||
// position in the slab so that a straddling item that doesn't go
|
||||
// beyond the boundary of a slab doesn't need to be copied to
|
||||
// another buffer. However, the performance gain is negligible in
|
||||
// practice (< 0.1%) and is not
|
||||
// worth the added complexity.
|
||||
// practice (< 0.1%) and is not worth the added complexity.
|
||||
leftover = append(leftover, buf...)
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue