I'm trying to get rid of some extra carriage returns in some text. Basically, I have some html <ul><li>Items</li>....</ul>, and right now there's a return (and space) between every item, specifically between the previous </li> and the next <li>.
I've tried
Code: Select all
:%s/>^M </></g
:%s/>^M </></m
:%s/>^M </></mgSomeone wanna beat me with the clue stick?