Skip to content

Commit e40e233

Browse files
committed
fix(combine): pickers as table input
1 parent 7ada085 commit e40e233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/fzf-lua/providers/meta.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ end
102102
M.combine = function(t)
103103
t = t or {}
104104

105-
local pickers = type(t.pickers) == "table" and type(t.pickers)
105+
local pickers = type(t.pickers) == "table" and t.pickers
106106
or type(t.pickers) == "string" and utils.strsplit(t.pickers, "[,;]")
107107
or nil
108108

0 commit comments

Comments
 (0)