Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c1765 lpos_T hl_startpos; // was: int hl_startcol; in syn_current_attr() local
2042 syn_add_start_off(&hl_startpos, &regmatch, in syn_current_attr()
2112 if (hl_startpos.lnum == current_lnum in syn_current_attr()
2113 && (int)hl_startpos.col < startcol) in syn_current_attr()
2114 hl_startpos.col = startcol; in syn_current_attr()
2121 next_match_h_startpos = hl_startpos; in syn_current_attr()