emacsorphanage / helm-ag

The silver searcher with helm interface
492 stars 76 forks source link

Correct while condition (fix #397) #398

Closed twlz0ne closed 2 years ago

twlz0ne commented 2 years ago

Prevent (while (re-search-forward ...) ...) out of bounds when the search pattern contains an unfinished OR expression, e.g.:

foo|

or:

|bar
jcs090218 commented 2 years ago

Thanks!