fix(git_status): support path_display (#2881)

(cherry picked from commit 0902bb39eb)
This commit is contained in:
James Trew
2024-03-06 11:07:18 +01:00
committed by Simon Hauser
parent 38d0c5fef2
commit 5150bc2693
+1 -1
View File
@@ -1313,7 +1313,7 @@ function make_entry.gen_from_git_status(opts)
return displayer {
{ status_x.icon or empty_space, status_x.hl },
{ status_y.icon or empty_space, status_y.hl },
entry.value,
utils.transform_path(opts, entry.path),
}
end