I haven\'t used vim in a Unix system in a while, but as I recall there was no \\r, it was always \\n.
I\'m using gVim under windows and when I search for new
:%s/^V^M/^V^M/g
Similarly, the following does the same thing (I think), and is easier to type out.
:%s/\r/\r/g