Home
last modified time | relevance | path

Searched refs:need_showbreak (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Ddrawline.c346 int need_showbreak = FALSE; // overlong line, skipping first x in win_line() local
836 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()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt41993 Solution: Reset "need_showbreak" where needed. (Ken Takata, closes #5523)