emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
689 stars 55 forks source link

Let isearch exit when the input is empty #86

Closed cute-jumper closed 8 years ago

cute-jumper commented 8 years ago

After typing C-s, if fails to enter helm-swoop if we immediately type M-i since isearch will fallback to nonincremental search. Setting search-nonincremental-instead to nil before isearch-exit avoids this problem.

ShingoFukuyama commented 8 years ago

Thank you for pull-requesting :) It's a nice way to call from isearch instantly.