emacsorphanage / helm-swoop

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

Error running timer: (invalid-regexp "Trailing backslash") #107

Closed yuandaxing closed 7 years ago

yuandaxing commented 8 years ago

Hi, when my cursor in a line end with "\", first time i type M-i to run helm-swoop, it works right then i type M-i to run multiple buffer swoop, it give me the error "invalid-regexp "Trailing backslash"" for example the below line:

define ASSERT_HEADER_KEY_IS_EXIST(variable, key) { \

when i type M-i the second time, i got the error message.