screen: Remove unneeded condition

Already checked in outer if()
This commit is contained in:
ZyX
2017-04-16 21:22:46 +03:00
parent 48ad8e0ff1
commit e131194db7

View File

@@ -2784,7 +2784,7 @@ win_line (
// draw 'breakindent': indent wrapped text accodringly
if (draw_state == WL_BRI - 1 && n_extra == 0) {
draw_state = WL_BRI;
if (wp->w_p_bri && n_extra == 0 && row != startrow && filler_lines == 0) {
if (wp->w_p_bri && row != startrow && filler_lines == 0) {
char_attr = 0; // was: hl_attr(HLF_AT);
if (diff_hlf != (hlf_T)0) {