Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c1003 int has_match_conc = 0; // match wants to conceal in win_line() local
1361 &screen_search_hl, &has_match_conc, in win_line()
1368 has_match_conc = 0; in win_line()
2429 && ((syntax_flags & HL_CONCEAL) != 0 || has_match_conc > 0) in win_line()
2434 if ((prev_syntax_id != syntax_seqnr || has_match_conc > 1) in win_line()
2436 || (has_match_conc && match_conc) in win_line()
2442 if (has_match_conc && match_conc) in win_line()
H A Dmatch.c715 int *has_match_conc UNUSED, in update_search_hl()
764 *has_match_conc = col == shl->startcol ? 2 : 1; in update_search_hl()
768 *has_match_conc = 0; in update_search_hl()
/vim-8.2.3635/src/proto/
H A Dmatch.pro6 … linenr_T lnum, colnr_T col, char_u **line, match_T *search_hl, int *has_match_conc, int *match_co…