mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
Fix prompt titles. Closes #OCD. (#675)
This commit is contained in:
@@ -401,10 +401,9 @@ files.tags = function(opts)
|
||||
end
|
||||
|
||||
files.current_buffer_tags = function(opts)
|
||||
return files.tags(vim.tbl_extend("force", {only_current_file = true, hide_filename = true}, opts))
|
||||
return files.tags(vim.tbl_extend("force", {prompt_title = 'Current Buffer Tags', only_current_file = true, hide_filename = true}, opts))
|
||||
end
|
||||
|
||||
|
||||
local function apply_checks(mod)
|
||||
for k, v in pairs(mod) do
|
||||
mod[k] = function(opts)
|
||||
|
||||
Reference in New Issue
Block a user