How to reformat "gq"ed text in one line per paragraph format in Vim
- by lancelotj
I have some text files previously formatted in vim using "gggqG". Now I need to convert them to one line per paragraph format. I saw a way(using :g command) to do that before, but I have forgot it. Anyone knows?