summaryrefslogtreecommitdiff
path: root/lua/telescope
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope')
-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 6334bc5..06b469a 100644
--- a/lua/telescope/make_entry.lua
+++ b/lua/telescope/make_entry.lua
@@ -795,7 +795,7 @@ function make_entry.gen_from_registers(opts)
local contents = vim.fn.getreg(entry)
return make_entry.set_default_entry_mt({
value = entry,
- ordinal = contents,
+ ordinal = string.format("%s %s", entry, contents),
content = contents,
display = make_display,
}, opts)