benma / visual-regexp.el

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

visual-regexp preserves case in replacements incorrectly #10

Closed rneatherway closed 10 years ago

rneatherway commented 10 years ago

For example, if I have a buffer containing just HELLO and I use vr/replace with regex of HELLO and replacement of goodbye, the end result is that the buffer contains GOODBYE. This differs from replace-regexp.

benma commented 10 years ago

Fixed in e3ccf274c361d530b50902e5f1871379d523f88b. Thanks for the report.