I want to unwrap text in Vim. When I join lines I get an additional space between sentences.
Why is that?
|
|
I want to unwrap text in Vim. When I join lines I get an additional space between sentences. Why is that? |
||||||
|
|
|
Formatting destroys information. There are many different blocks of text which will result in the same one once formatted. Therefore, there's no way to reverse the operation without prior knowledge (i.e. undo). Unformatted:
Formatted:
If you want your paragraph all on one line, or if you're okay with a little manual fiddling, you can use If you're bothered by the extra spaces after sentences (lines ending in !, ?, or .), turn off joinspaces: |
||||||||||
|
|
|
How do you "unformat" something? I mean .. Given this formatted code:
How do you want it to look like after you "unformat it"? |
||||||||||
|