How do you convert all text in Vim to lowercase? Is it even possible?
I had a similar issue, and I wanted to use ":%s/old/new/g", but ended up using two commands:
":%s/old/new/g"
:0 gu:$