@@ -402,10 +402,8 @@ function Picker:find()
|
|||||||
|
|
||||||
-- Prompt prefix
|
-- Prompt prefix
|
||||||
local prompt_prefix = self.prompt_prefix
|
local prompt_prefix = self.prompt_prefix
|
||||||
if prompt_prefix ~= "" then
|
a.nvim_buf_set_option(prompt_bufnr, "buftype", "prompt")
|
||||||
a.nvim_buf_set_option(prompt_bufnr, "buftype", "prompt")
|
vim.fn.prompt_setprompt(prompt_bufnr, prompt_prefix)
|
||||||
vim.fn.prompt_setprompt(prompt_bufnr, prompt_prefix)
|
|
||||||
end
|
|
||||||
self.prompt_prefix = prompt_prefix
|
self.prompt_prefix = prompt_prefix
|
||||||
self:_reset_prefix_color()
|
self:_reset_prefix_color()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user