Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c2103 int lispcomm = FALSE; // inside of Lisp-style comment in findmatchlimit() local
2342 lispcomm = TRUE; // find match inside this comment in findmatchlimit()
2354 if (lispcomm && pos.col < (colnr_T)comment_col) in findmatchlimit()
2406 || lispcomm in findmatchlimit()