Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c394 # define WL_SIGN WL_FOLD + 1 // column for signs in win_line() macro
396 # define WL_SIGN WL_FOLD // column for signs in win_line() macro
398 #define WL_NR WL_SIGN + 1 // line number in win_line()
1061 if (draw_state == WL_SIGN - 1 && n_extra == 0) in win_line()
1063 draw_state = WL_SIGN; in win_line()