Searched refs:need_showbreak (Results 1 – 2 of 2) sorted by relevance
346 int need_showbreak = FALSE; // overlong line, skipping first x in win_line() local836 need_showbreak = TRUE; in win_line()1199 && (row != startrow || need_showbreak) in win_line()1222 need_showbreak = FALSE; in win_line()1262 if (*sbr != NUL && need_showbreak) in win_line()1270 need_showbreak = FALSE; in win_line()3211 need_showbreak = TRUE; in win_line()
41993 Solution: Reset "need_showbreak" where needed. (Ken Takata, closes #5523)