emacsorphanage / helm-swoop

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

Dynamically determining the end of a block #139

Open Artraxon opened 5 years ago

Artraxon commented 5 years ago

Is it possible to give helm-swoop a function that determines when a multiline block ends, instead of giving it a fixed amount of lines?

This would be incredible useful if you want to edit multiple functions that match a certain regex or Org-Mode entries with one transformation applied to the edit buffer.