Skip to content

Commit

Permalink
fix(git_status): support path_display (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestrew committed Jan 21, 2024
1 parent 24778fd commit 0902bb3
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 @@ -1332,7 +1332,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 0902bb3

Please sign in to comment.