Searched refs:b_ind_hash_comment (Results 1 – 5 of 5) sorted by relevance
292 if (curbuf->b_ind_hash_comment != 0 && s != prev_s && *s == '#') in cin_skipcomment()1843 buf->b_ind_hash_comment = 0; in parse_cino()1922 case '#': buf->b_ind_hash_comment = n; break; in parse_cino()2130 amount = curbuf->b_ind_hash_comment; in get_c_indent()
1120 && curbuf->b_ind_hash_comment == 0) in preprocs_left()
3032 int b_ind_hash_comment; member
4 " Test that curbuf->b_ind_hash_comment is correctly reset
17171 Solution: Reset b_ind_hash_comment. (Christian Brabandt, closes #1475)