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 3 commits into
base: master
Choose a base branch
from

Commits on Feb 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 Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a079aa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4830bd View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    21ca3d9 View commit details
    Browse the repository at this point in the history