Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c186 static textprop_T *current_text_props = NULL; variable
198 pt1 = text_prop_type_by_id(current_buf, current_text_props[idx1].tp_type); in text_prop_compare()
199 pt2 = text_prop_type_by_id(current_buf, current_text_props[idx2].tp_type); in text_prop_compare()
208 col1 = current_text_props[idx1].tp_col; in text_prop_compare()
209 col2 = current_text_props[idx2].tp_col; in text_prop_compare()
1435 current_text_props = text_props; in win_line()