Y
Hacker News
new
|
ask
|
show
|
jobs
by
robinson-wall
2272 days ago
Your editor should be able to help with that. For example in vim: `gqap` will reflow the current paragraph, or while in visual select mode you can use `gq` to reflow your selection).
2 comments
khc
2272 days ago
that's exactly what causes the viewing diff problem that I was replying to
link
Spivak
2272 days ago
--word-diff=color is your friend in this case.
link
CGamesPlay
2272 days ago
This still ruins the diff view of the code, though. (e.g. git blame)
link