Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c2339 comment_col = check_linecomment(linep); in findmatchlimit()
2341 if (lisp && comment_col != MAXCOL && pos.col > (colnr_T)comment_col) in findmatchlimit()
2354 if (lispcomm && pos.col < (colnr_T)comment_col) in findmatchlimit()
2377 comment_col = check_linecomment(linep); in findmatchlimit()
2380 if (lisp && comment_col != MAXCOL) in findmatchlimit()
2381 pos.col = comment_col; in findmatchlimit()
2397 || (lisp && comment_col != MAXCOL in findmatchlimit()
2398 && pos.col == (colnr_T)comment_col) in findmatchlimit()
2421 comment_col = check_linecomment(linep); in findmatchlimit()
2487 && (int)pos.col < comment_col) in findmatchlimit()
[all …]