Merge pull request #253 from nesaro/main

fix show_tags for some users
This commit is contained in:
lambtho
2023-05-30 07:26:44 +00:00
committed by GitHub

View File

@@ -2672,7 +2672,7 @@ local function FindAllTags(opts)
action_state.get_selected_entry().value.tag action_state.get_selected_entry().value.tag
local follow_opts = { local follow_opts = {
follow_tag = selection, follow_tag = selection,
show_link_counts = true, show_link_counts = false,
templateDir = templateDir, templateDir = templateDir,
} }
actions._close(prompt_bufnr, false) actions._close(prompt_bufnr, false)