Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c1805 buf->b_ind_matching_paren = 0; in parse_cino()
1913 case 'm': buf->b_ind_matching_paren = n; break; in parse_cino()
2503 if (theline[0] == ')' && curbuf->b_ind_matching_paren) in get_c_indent()
H A Dstructs.h3023 int b_ind_matching_paren; member