Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddiff.c2210 int diff_context_new = 6; in diffopt_changed() local
2228 diff_context_new = getdigits(&p); in diffopt_changed()
2341 diff_context = diff_context_new == 0 ? 1 : diff_context_new; in diffopt_changed()