Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(make_entry): improve filename_first support #3140

Merged

Conversation

jamestrew
Copy link
Contributor

Few pickers with entry makers that relied on entry_display.create were not properly passing the highlight table returned by transform_path. This made the filename_first path_display option not work as expected for these pickers.

pickers touched:

  • diagnostics
  • lsp_workspace_symbols & lsp_dynamic_workspace_symbols
  • tags & current_buffer_tags
  • git_status

closes #3106

Few pickers with entry makers that relied on `entry_display.create` were
not properly passing the highlight table returned by `transform_path`.
This made the `filename_first` `path_display` option not work as
expected for these pickers.
@jamestrew jamestrew merged commit 4c96370 into nvim-telescope:master May 27, 2024
12 checks passed
@jamestrew jamestrew deleted the fix/entry-display-filename-first branch May 27, 2024 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filename_first renders path not correctly for git_status
1 participant