OH FRACK.... actually I backslash-escaped the 's' delimiter...sighI have a bunch of lines in a file that start: --------- when (/users[^@]*\@.*domain\.com/) { ... ------- I.e. in interactive: :s/when\s*(\/m{/That pattern needs to be /when\s*(\//m{/ or use a different delimiter: s#when\s*(/#m{# Best, Christian
No comments:
Post a Comment