Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextprop.c1137 prop->pt_flags = PT_FLAG_COMBINE; in prop_type_set()
1184 prop->pt_flags |= PT_FLAG_COMBINE; in prop_type_set()
1186 prop->pt_flags &= ~PT_FLAG_COMBINE; in prop_type_set()
1313 (prop->pt_flags & PT_FLAG_COMBINE) ? 1 : 0); in f_prop_type_get()
H A Dstructs.h825 #define PT_FLAG_COMBINE 4 // combine with syntax highlight macro
H A Ddrawline.c1453 text_prop_combine = pt->pt_flags & PT_FLAG_COMBINE; in win_line()