Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c2097 int cpo_match; // vi compatible matching in findmatchlimit() local
2111 cpo_match = (vim_strchr(p_cpo, CPO_MATCH) != NULL); in findmatchlimit()
2162 if (!cpo_match) in findmatchlimit()
2233 if (!cpo_match && *skipwhite(linep) == '#') in findmatchlimit()
2515 if (cpo_match) in findmatchlimit()
2628 if (!cpo_match && initc != '\'' && findc != '\'') in findmatchlimit()