emacsorphanage / helm-swoop

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

Not pass nil to regexp-quote #158

Closed conao3 closed 5 years ago

conao3 commented 5 years ago

I found at #155 This fix below error.

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  regexp-quote(nil)
  helm-swoop-pre-input-optimize(nil)
  helm-swoop()
cireu commented 5 years ago

I didn't mention it before, because I don't use preinput function. Thanks!