summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 64993df..43810f2 100644
--- a/lua/telescope/make_entry.lua
+++ b/lua/telescope/make_entry.lua
@@ -413,7 +413,7 @@ function make_entry.gen_from_quickfix(opts)
{ remaining = true },
}
if hidden then
- items[1] = 8
+ items[1] = { width = 8 }
end
if not show_line then
table.remove(items, 1)