summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
diff options
context:
space:
mode:
authorFabian David Schmidt <fabian.david.schmidt@gmail.com>2021-08-13 17:32:01 +0200
committerSimon Hauser <Simon-Hauser@outlook.de>2022-07-01 18:13:25 +0200
commitef9137d85c935b83ec513db23214c7d9a0bd2b45 (patch)
treec9e7ed6905ef0663299ff834977b25e5a172212d /lua/telescope/pickers.lua
parenta0a038170dbb5e4b69a50f648a8cf5cae6a910a3 (diff)
feat: refine with new_table
Diffstat (limited to 'lua/telescope/pickers.lua')
-rw-r--r--lua/telescope/pickers.lua2
1 files changed, 1 insertions, 1 deletions
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