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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There are two approaches I know of:
Explanation of the latter:
|
|||
|
|
If your text paragraphs are separated by a blank line, this seems to work:
|
|||||||
|
|
Maybe you should set textwidth to very large value (like 99999999) (0 does not work for some reason) and use // I cannot tell you a way to reformat your paragraph with |
|||
|
|