diff options
| author | Nolan Prochnau <parvus.mortalis@gmail.com> | 2020-11-09 22:18:36 -0500 |
|---|---|---|
| committer | Nolan Prochnau <parvus.mortalis@gmail.com> | 2020-11-09 22:18:36 -0500 |
| commit | 1678d7cb131175a1e4c3a2507b41c19b83a35a80 (patch) | |
| tree | 18280be3a62b2934ca31665158e2f8952d1f1e69 /lua/telescope/builtin.lua | |
| parent | 6667fd36b1a1bae6bf96bc809285e320c615658d (diff) | |
Rename and simplify make_entry function
Diffstat (limited to 'lua/telescope/builtin.lua')
| -rw-r--r-- | lua/telescope/builtin.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/builtin.lua b/lua/telescope/builtin.lua index a84a46b..e1857e6 100644 --- a/lua/telescope/builtin.lua +++ b/lua/telescope/builtin.lua @@ -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), |
