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

Generalize swiper-all function for different buffer lists #2856

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

Commits on Apr 28, 2021

  1. Generalize swiper-all function for buffer lists

    Recently a colleague asked me if it was possible to get the same
    behaviour as `swiper-all` with only the buffers of the current
    project.
    
    The solution I wrote for him involved a copy of `swiper-all-function`
    as the list of buffers was not variable. I think this is something
    that might be useful for others so here's half of that work to allow
    others to do the same: search through a custom list of buffers with
    all the niceties of `swiper-all`.
    
    I haven't done the paperwork for the copyright assignment to the FSF
    yet so I can't provide `swiper-projectile`. When I have the paperwork
    done I can make a separate PR for that if people are interested.
    Bart Spiers committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    59db727 View commit details
    Browse the repository at this point in the history