emacsorphanage / helm-swoop

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

fix void-variable $buf introduced in b79c2152846c3 #80

Closed cosmicexplorer closed 8 years ago

cosmicexplorer commented 9 years ago

There's a void-variable error that arises every time I attempt to actually visit the site of a match in helm-multi-swoop-all introduced in the commit b79c2152846c3. This is because the binding to $buf is not made until the lambda is evaluated, at which point there is no $buf in scope. This seems to resolve the issue.

syohex commented 9 years ago

Oh, thank. I mistook. :+1:

ShingoFukuyama commented 9 years ago

Thank you!

vixr commented 8 years ago

can we push this to melpa?

ShingoFukuyama commented 8 years ago

Sorry for delay in merging. It'll be in melpa in a few hours.