On Sat 27-Jan-07 10:46pm -0600, jose isaias cabrera wrote: > How do I replace a comma with a new line? > > Here is what I have tried, > > :s/,/\n/g > :s/,/'\n'/g > :s/,/\"\n\"/g > :s/,/<NL>/g
:s/,/\r/g
--
Best regards,
Bill
On Sat 27-Jan-07 10:46pm -0600, jose isaias cabrera wrote: > How do I replace a comma with a new line? > > Here is what I have tried, > > :s/,/\n/g > :s/,/'\n'/g > :s/,/\"\n\"/g > :s/,/<NL>/g
:s/,/\r/g
--
Best regards,
Bill