Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c288 static int syn_match_linecont(linenr_T lnum);
743 if (lnum > 1 && syn_match_linecont(lnum - 1)) in syn_sync()
894 syn_match_linecont(linenr_T lnum) in syn_match_linecont() function