emacsorphanage / helm-swoop

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

Is it possible to clear the helm-swoop cache manually? #127

Closed krizex closed 5 years ago

krizex commented 6 years ago

As we know, helm-swoop will cache the search result until modifies the buffer. However sometime I don't modify the buffer but just switch the git branch, so that content of the buffer has changed, and I get the incorrect search result by using helm-swoop. Is it possible to clear the cache manually?

CeleritasCelery commented 6 years ago

eval (helm-swoop--clear-cache)

krizex commented 5 years ago

Thanks @CeleritasCelery !