Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxdiffi.c478 int post_indent; member
519 m->post_indent = -1; in measure_split()
521 m->post_indent = xget_indent(xdf->recs[i]); in measure_split()
522 if (m->post_indent != -1) in measure_split()
526 m->post_indent = 0; in measure_split()
627 indent = m->post_indent; in score_add_split()
658 if (m->post_indent != -1 && m->post_indent > indent) { in score_add_split()