:s/// allows any separator instead of '/' (like s@@@).

(Non-/ separator is convenient when regex or replacement
contains many '/', ... then you can avoid backslasing '/' in the
regex or in replacement.) So far, so good.

My question is, is there variant of :/ that allows non-'/' separator char ?
(It's possible if there's some command name before '/', like in perl,
where m// is synonymous to //).

Yakov

Reply via email to