Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c1797 buf->b_ind_unclosed_wrapped = 0; in parse_cino()
1911 case 'W': buf->b_ind_unclosed_wrapped = n; break; in parse_cino()
2455 if (curbuf->b_ind_unclosed_wrapped in get_c_indent()
2477 amount += n * curbuf->b_ind_unclosed_wrapped; in get_c_indent()
H A Dstructs.h3021 int b_ind_unclosed_wrapped; member