Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmacros.h267 # define PLINES_NOFILL(x) plines_nofill(x) macro
269 # define PLINES_NOFILL(x) plines(x) macro
H A Dmove.c1365 done += PLINES_NOFILL(curwin->w_topline); in scrolldown()
1703 lp->height = PLINES_NOFILL(lp->lnum); in topline_back()
1739 lp->height = PLINES_NOFILL(lp->lnum); in botline_forw()
1844 i = PLINES_NOFILL(top); in scroll_cursor_top()
2337 above += PLINES_NOFILL(topline); in cursor_correct()
2726 i = PLINES_NOFILL(curwin->w_topline); in halfpage()
2813 i = PLINES_NOFILL(curwin->w_topline - 1); in halfpage()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt5615 Solution: Define PLINES_NOFILL().