summaryrefslogtreecommitdiff
path: root/lua/telescope/make_entry.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/make_entry.lua')
-rw-r--r--lua/telescope/make_entry.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/make_entry.lua b/lua/telescope/make_entry.lua
index dba6762..c1a4f66 100644
--- a/lua/telescope/make_entry.lua
+++ b/lua/telescope/make_entry.lua
@@ -270,7 +270,7 @@ function make_entry.gen_from_git_commits()
local make_display = function(entry)
return displayer {
- {entry.value, "TelescopeResultsNumber"},
+ {entry.value, "TelescopeResultsIdentifier"},
entry.msg
}
end