Wikia

Vim Tips Wiki

Watchlist Recent changes

Format only long lines

Tip 1131 Printable Monobook Previous Next

created 2006 · complexity basic · version 6.0


You want to format/wrap long lines, but not touch shorter lines.

Example: For each line longer than 80 chars, run that line thru the par text formatter.

:g/.\{80,\}/ .!par w70

This need arises when you cut/paste a programming snippet from your web browser into Vim, and you want to leave the indented code alone, but format the long explanation.

See VimTip584, on the capabilities of par.

CommentsEdit

How is this better than gq with a line width of 80?


Pages on Vim Tips Wiki

Add a Page
1,601pages on
this wiki

Latest Photos

Add a Photo
66photos on this wiki
See more >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki