We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ead368 commit a38f5c4Copy full SHA for a38f5c4
lua/orgmode/agenda/views/tags.lua
@@ -35,7 +35,7 @@ end
35
36
function AgendaTagsView:build()
37
local tags = vim.fn.OrgmodeInput('Match: ', self.search, function(arg_lead)
38
- utils.prompt_autocomplete(arg_lead, self.files:get_tags())
+ return utils.prompt_autocomplete(arg_lead, self.files:get_tags())
39
end)
40
if vim.trim(tags) == '' then
41
return utils.echo_warning('Invalid tag.')
0 commit comments