Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddiff.c2094 int max_count; in diff_set_topline() local
2129 max_count = 0; in diff_set_topline()
2132 && max_count < dp->df_count[i]) in diff_set_topline()
2133 max_count = dp->df_count[i]; in diff_set_topline()
2146 if (max_count - fromwin->w_topfill >= dp->df_count[toidx]) in diff_set_topline()
2156 + max_count - fromwin->w_topfill; in diff_set_topline()
2173 + max_count - lnum; in diff_set_topline()