Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c245 && curwin->w_botfill == curwin->w_old_botfill in update_screen()
1721 && !wp->w_botfill && !wp->w_old_botfill in win_update()
2633 if (j > 0 && !wp->w_botfill) in win_update()
2666 wp->w_old_botfill = wp->w_botfill; in win_update()
H A Ddiff.c2180 towin->w_botfill = FALSE; in diff_set_topline()
2184 towin->w_botfill = TRUE; in diff_set_topline()
H A Dstructs.h3467 int w_botfill; // TRUE when filler lines are actually member
H A Dmove.c2239 curwin->w_botfill = FALSE; in scroll_cursor_halfway()
H A Ddrawline.c3217 if (filler_todo == 0 && wp->w_botfill) in win_line()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt1497 Solution: Reset w_botfill when scrolling up. (Christian Brabandt)