Searched refs:scroll_to_fraction (Results 1 – 3 of 3) sorted by relevance
68 void scroll_to_fraction(win_T *wp, int prev_height);
6251 scroll_to_fraction(wp, prev_height); in win_new_height()6255 scroll_to_fraction(win_T *wp, int prev_height) in scroll_to_fraction() function
1430 scroll_to_fraction(curwin, curwin->w_height); in ex_diffsplit()