Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Ddrawline.pro2 int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, int nochange, int number_only);
/vim-8.2.3635/src/testdir/
H A Dtest_matchadd_conceal.vim349 " cause a window's cursor position recalc outside of win_line() where it's
/vim-8.2.3635/src/
H A DREADME.md147 `win_update()` for every window, which calls `win_line()` for every line.
H A Ddrawscreen.c2465 row = win_line(wp, lnum, srow, wp->w_height, in win_update()
2513 (void)win_line(wp, lnum, srow, wp->w_height, TRUE, TRUE); in win_update()
H A Ddrawline.c222 win_line( in win_line() function
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt4891 Solution: Adjust getvcol() and win_line(). (Chong-Dae Park)
6498 win_line(). Also solve compilation problem when +statusline is
H A Dversion6.txt1587 through the lines with win_line(), especially when using syntax
H A Dversion8.txt47346 Solution: Don't break out of the win_line() loop too early. (Christian