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

/macosx-10.10.1/vim-55/src/
H A Dsearch.c1736 int comment_col = MAXCOL; /* start of / / comment */ local
2012 comment_col = check_linecomment(linep);
2014 if (lisp && comment_col != MAXCOL && pos.col > (colnr_T)comment_col)
2027 if (lispcomm && pos.col < (colnr_T)comment_col)
2050 comment_col = check_linecomment(linep);
2053 if (lisp && comment_col != MAXCOL)
2054 pos.col = comment_col;
2072 || (lisp && comment_col != MAXCOL
2073 && pos.col == (colnr_T)comment_col)
[all...]

Completed in 71 milliseconds