fix: correct the prompt title (#1013)

This commit is contained in:
wongxy
2021-07-17 16:27:36 +08:00
committed by GitHub
parent 9291922acd
commit 0708120a84
2 changed files with 3 additions and 3 deletions

View File

@@ -507,7 +507,7 @@ files.tags = function(opts)
local results = vim.split(data, '\n')
pickers.new(opts,{
prompt = 'Tags',
prompt_title = 'Tags',
finder = finders.new_table {
results = results,
entry_maker = opts.entry_maker or make_entry.gen_from_ctags(opts),