Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddiff.c2613 int idx_to; in ex_diffgetput() local
2714 idx_to = idx_cur; in ex_diffgetput()
2719 idx_to = idx_other; in ex_diffgetput()
2732 if (diff_buf_idx(curbuf) != idx_to) in ex_diffgetput()
2746 lnum = dp->df_lnum[idx_to]; in ex_diffgetput()
2747 count = dp->df_count[idx_to]; in ex_diffgetput()
2831 dp->df_count[idx_to] = new_count; in ex_diffgetput()
2839 && i != idx_to in ex_diffgetput()
2874 diff_fold_update(dfree, idx_to); in ex_diffgetput()
2880 dp->df_count[idx_to] = new_count; in ex_diffgetput()
[all …]