Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui.c2531 int sep_comp = FALSE; // Don't separate composing chars. in gui_outstr_nowrap() local
2533 int sep_comp = TRUE; // Separate composing chars. in gui_outstr_nowrap() local
2547 if (!comping || sep_comp) in gui_outstr_nowrap()
2566 if (i + cl >= len || (comping && sep_comp && i > start) in gui_outstr_nowrap()
2579 if ((comping && sep_comp) || wide_changed) in gui_outstr_nowrap()
2597 if (wide_changed && !(comping && sep_comp)) in gui_outstr_nowrap()
2616 if (comping && sep_comp) in gui_outstr_nowrap()