summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorCharles Moscofian <charles.moscofian@mercadolivre.com>2022-07-04 16:38:10 -0300
committerGitHub <noreply@github.com>2022-07-04 21:38:10 +0200
commit6ea106329ab772328a32f79c79f8004093817b4f (patch)
tree17b6d39cbd8a561e5a9193ca8c3d64eb41df07e7 /lua
parent2b1da47deb17e4fcd72892f8c01aaf23a828f967 (diff)
fix: path_display hidden for make_entry.gen_from_quickfix (#2038)
Diffstat (limited to '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 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)