Rename and simplify make_entry function

This commit is contained in:
Nolan Prochnau
2020-11-09 22:18:36 -05:00
parent 6667fd36b1
commit 1678d7cb13
2 changed files with 7 additions and 15 deletions

View File

@@ -499,7 +499,7 @@ builtin.help_tags = function(opts)
prompt_title = 'Help',
finder = finders.new_table {
results = tags,
entry_maker = make_entry.gen_from_tagfile(opts),
entry_maker = make_entry.gen_from_taglist(opts),
},
-- TODO: previewer for Vim help
previewer = previewers.help.new(opts),