Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c405 # define WL_SBR WL_BRI + 1 // 'showbreak' or 'diff' in win_line() macro
407 # define WL_SBR WL_BRI in win_line() macro
409 #define WL_LINE WL_SBR + 1 // text in the line in win_line()
1189 else if (wp->w_briopt_sbr && draw_state == WL_SBR && n_extra == 0) in win_line()
1232 if (draw_state == WL_SBR - 1 && n_extra == 0) in win_line()
1236 draw_state = WL_SBR; in win_line()
2849 draw_state == WL_SBR) && !lnum_in_visual_area in win_line()