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

swiper.el (swiper--action): Set evil search direction to forward #947

Merged
merged 1 commit into from Apr 6, 2017

Commits on Apr 6, 2017

  1. swiper.el (swiper--action): Set evil search direction to forward

    Without setting evil-ex-search-direction, evil-search-next and
    evil-search-previous (bound to `n` and `N` in evil-mode) will repeat
    swiper's last search, but will use the direction of the pre-swiper
    search. If there is no previous search before swiper, evil-search-next
    and evil-search-previous will not work. swiper doesn't have a concept
    of `backward` search, hence it makes sense to always set direction to
    'forward.
    edkolev committed Apr 6, 2017
    Copy the full SHA
    fc2e198 View commit details
    Browse the repository at this point in the history