diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2021-11-19 12:30:58 -0500 |
|---|---|---|
| committer | Simon Hauser <Simon-Hauser@outlook.de> | 2022-07-01 16:58:42 +0200 |
| commit | 8f56fede21f6bb2a2e5e600d78d75509dff821ca (patch) | |
| tree | c03f8ce9fe768667982b80f7f1362188b69e8397 /lua/telescope/builtin/git.lua | |
| parent | 546947d442c9684c0dd97bcc6aa75dd5f947f86c (diff) | |
feat: Add entry_index for entry_makers
cleanup
Diffstat (limited to 'lua/telescope/builtin/git.lua')
| -rw-r--r-- | lua/telescope/builtin/git.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/builtin/git.lua b/lua/telescope/builtin/git.lua index 71203bb..7db45ef 100644 --- a/lua/telescope/builtin/git.lua +++ b/lua/telescope/builtin/git.lua @@ -281,7 +281,7 @@ git.branches = function(opts) entry.value = entry.name entry.ordinal = entry.name entry.display = make_display - return entry + return make_entry.set_default_entry_mt(entry, opts) end, }, previewer = previewers.git_branch_log.new(opts), |
