Wrap long lines in side-by-side diffs
This was already the case for unified diffs. Change-Id: I24cf40f1afe23bf71d1a4effb90417499158b134
This commit is contained in:
parent
ac492e1580
commit
3750ccdf42
@ -78,7 +78,6 @@ class SideDiffLine(BaseDiffLine):
|
||||
ln_col = urwid.Text(('line-number', ln))
|
||||
ln_col.set_wrap_mode('clip')
|
||||
line_col = urwid.Text(line)
|
||||
line_col.set_wrap_mode('clip')
|
||||
if action == '':
|
||||
line_col = urwid.AttrMap(line_col, 'nonexistent')
|
||||
columns += [(4, ln_col), line_col]
|
||||
|
Loading…
x
Reference in New Issue
Block a user