From ef9137d85c935b83ec513db23214c7d9a0bd2b45 Mon Sep 17 00:00:00 2001 From: Fabian David Schmidt Date: Fri, 13 Aug 2021 17:32:01 +0200 Subject: feat: refine with new_table --- lua/telescope/pickers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/telescope/pickers.lua') diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index 1a45cd4..82ccda9 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -911,7 +911,7 @@ function Picker:refresh(finder, opts) local handle = type(opts.new_prefix) == "table" and unpack or function(x) return x end - self:change_prompt_prefix(handle(opts.new_prefix)) + self:change_prompt_prefix(handle(opts.new_prefix), opts.prefix_hl_group) end if finder then -- cgit v1.2.3