m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 07:13:48 -05:00
This commit is contained in:
Junegunn Choi
2016-08-14 17:51:34 +09:00
parent 8df7d962e6
commit d4b6338102
4 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ package fzf
import "fmt"
// Merger with no data
// EmptyMerger is a Merger with no data
var EmptyMerger = NewMerger([][]*Item{}, false, false)
// Merger holds a set of locally sorted lists of items and provides the view of