Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddiff.c658 win_T *wp_other = NULL; in diff_redraw() local
669 wp_other = wp; in diff_redraw()
686 else if (wp_other != NULL) in diff_redraw()
693 if (wp_other != NULL && curwin->w_p_scb) in diff_redraw()
698 diff_set_topline(wp_other, curwin); in diff_redraw()
702 diff_set_topline(curwin, wp_other); in diff_redraw()