Skip to content

Commit

Permalink
fix(git_status): support path_display (#2881)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0902bb3)
  • Loading branch information
jamestrew authored and Conni2461 committed Mar 6, 2024
1 parent 38d0c5f commit 5150bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope/make_entry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5150bc2

Please sign in to comment.