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
Thursday, April 14, 2016
Re: Regex failure in macro def. in Vim 7.4.580
Christian Brabandt wrote:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment