Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmatch.pro6 …nr_T col, char_u **line, match_T *search_hl, int *has_match_conc, int *match_conc, int did_line_at…
/vim-8.2.3635/src/
H A Ddrawline.c418 int match_conc = 0; // cchar for match functions in win_line() local
1362 &match_conc, did_line_attr, lcs_eol_one); in win_line()
2436 || (has_match_conc && match_conc) in win_line()
2442 if (has_match_conc && match_conc) in win_line()
2443 c = match_conc; in win_line()
H A Dmatch.c716 int *match_conc UNUSED, in update_search_hl()
765 *match_conc = cur->conceal_char; in update_search_hl()