diff options
| author | Fabian David Schmidt <fabian.david.schmidt@gmail.com> | 2021-08-13 17:32:01 +0200 |
|---|---|---|
| committer | Simon Hauser <Simon-Hauser@outlook.de> | 2022-07-01 18:13:25 +0200 |
| commit | ef9137d85c935b83ec513db23214c7d9a0bd2b45 (patch) | |
| tree | c9e7ed6905ef0663299ff834977b25e5a172212d /lua/telescope/pickers.lua | |
| parent | a0a038170dbb5e4b69a50f648a8cf5cae6a910a3 (diff) | |
feat: refine with new_table
Diffstat (limited to 'lua/telescope/pickers.lua')
| -rw-r--r-- | lua/telescope/pickers.lua | 2 |
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 |
