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 },
|
||||
}
|
||||
if hidden then
|
||||
items[1] = 8
|
||||
items[1] = { width = 8 }
|
||||
end
|
||||
if not show_line then
|
||||
table.remove(items, 1)
|
||||
|
||||
Reference in New Issue
Block a user