fix: path_display hidden for make_entry.gen_from_quickfix (#2038)
This commit is contained in:
committed by
GitHub
parent
2b1da47deb
commit
6ea106329a
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user