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

feat(previewer): show unwritten buffer previewers for some pickers #2946

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 25, 2024

  1. feat(previewer): show unwritten buffer previewers for some pickers

    Use actual buffer contents for buffer previewers for some pickers
    (buffers, treesitter, current_buffer_fuzzy_find, for starters). Not
    to be confused with reusing buffers for preview buffers.
    
    This lets users view previews of buffers with unwritten changes. For
    treesitter and current_buffer_fuzzy_find, not showing actual buffer
    content is arguably a bug considering the finder operates over the
    buffer (written or not). So there are instances where you can search
    over unwritten content in the buffer only to see an outdated, written
    only content in the preview.
    jamestrew committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2768d5e View commit details
    Browse the repository at this point in the history