Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcindent.pro3 pos_T *find_start_comment(int ind_maxcomment);
/vim-8.2.3635/src/
H A Dcindent.c148 return find_start_comment(curbuf->b_ind_maxcomment); in ind_find_start_comment()
152 find_start_comment(int ind_maxcomment) // XXX in find_start_comment() function
233 comment_pos = find_start_comment(curbuf->b_ind_maxcomment); in ind_find_start_CORS()
H A Dsyntax.c687 if (find_start_comment((int)syn_block->b_syn_sync_maxlines) != NULL) in syn_sync()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt5778 returned by find_start_comment(), add a test. (Hirohito Higashi)