Hi, I have a text file with many lines made like this:
[EMAIL PROTECTED]@[EMAIL PROTECTED]@
And I'd like to have them splitted on "@" in newlines.
I have tried:
:%s/@/\n/g
but it does not work.
What am I missing?
Thanks,
Fabio
Hi, I have a text file with many lines made like this:
[EMAIL PROTECTED]@[EMAIL PROTECTED]@
And I'd like to have them splitted on "@" in newlines.
I have tried:
:%s/@/\n/g
but it does not work.
What am I missing?
Thanks,
Fabio