fix: path_display hidden for make_entry.gen_from_quickfix (#2038)

This commit is contained in:
Charles Moscofian
2022-07-04 16:38:10 -03:00
committed by GitHub
parent 2b1da47deb
commit 6ea106329a

View File

@@ -413,7 +413,7 @@ function make_entry.gen_from_quickfix(opts)
{ remaining = true }, { remaining = true },
} }
if hidden then if hidden then
items[1] = 8 items[1] = { width = 8 }
end end
if not show_line then if not show_line then
table.remove(items, 1) table.remove(items, 1)