friendsnippets google code search
.
1 %s/,/\r/g
tip to **replace ^M by unix new line ending** that appear on some file. ^ mean _ctrl key_.
1 :%s/^V^M/\r/g
Pages : 1
More...