benma / visual-regexp.el

A regexp/replace command for Emacs with interactive visual feedback
392 stars 28 forks source link

Fix #57 void-variable error when customizing vr/match-separator-string #58

Closed wyuenho closed 2 years ago

wyuenho commented 3 years ago

Fixes #57 by updating the definition of query-replace-from-to-separator to 25.1's version and separating the emacs 25.1+ and emacs <= 24 definitions. There are a couple of byte compiler warning fixes too.