emacsorphanage / helm-swoop

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

M-i retruns error work if the helm-swoop is empty #35

Closed shankarpdy closed 9 years ago

shankarpdy commented 9 years ago

Steps to reproduce the problem:

  1. Open a file and do a helm-swoop for a string that is not there in the file. The result of the helm-swoop is empty
  2. Type M-i to search the same string in other buffers

The use case is, I search for a string in a file and could not find it. Want to search in other open buffers.

ShingoFukuyama commented 9 years ago

I've fixed the issue :) Thank you for reporting and the procedure.

shankarpdy commented 9 years ago

Is the fix available for download ?

ShingoFukuyama commented 9 years ago

It's available from this GitHub repository or MELPA.

shankarpdy commented 9 years ago

Thanks for fixing. It works. This issue can be closed.