Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c302 textprop_T *text_props = NULL; in win_line() local
972 if (text_props != NULL) in win_line()
973 mch_memmove(text_props, prop_start, in win_line()
1392 if (text_props != NULL) in win_line()
1405 if (bcol >= text_props[tpi].tp_col - 1 in win_line()
1406 + text_props[tpi].tp_len) in win_line()
1420 && bcol >= text_props[text_prop_next].tp_col - 1) in win_line()
1423 + text_props[text_prop_next].tp_len) in win_line()
1435 current_text_props = text_props; in win_line()
1444 wp->w_buffer, text_props[tpi].tp_type); in win_line()
[all …]