Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c1177 wp->w_fraction = oldwin->w_fraction; in win_split_ins()
1384 newp->w_fraction = oldp->w_fraction; in win_init()
5014 new_wp->w_fraction = 0; in win_alloc()
6210 wp->w_fraction = ((long)wp->w_wrow * FRACTION_MULT in set_fraction()
6277 wp->w_wrow = ((long)wp->w_fraction * (long)height - 1L) in scroll_to_fraction()
H A Dstructs.h3755 int w_fraction; member
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt10854 Solution: Compute w_fraction before setting the new height.
H A Dversion8.txt22723 Solution: Only set w_fraction if the window is at least two lines high.