Searched refs:win_line (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | drawline.pro | 2 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 D | test_matchadd_conceal.vim | 349 " cause a window's cursor position recalc outside of win_line() where it's
|
| /vim-8.2.3635/src/ |
| H A D | README.md | 147 `win_update()` for every window, which calls `win_line()` for every line.
|
| H A D | drawscreen.c | 2465 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 D | drawline.c | 222 win_line( in win_line() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 4891 Solution: Adjust getvcol() and win_line(). (Chong-Dae Park) 6498 win_line(). Also solve compilation problem when +statusline is
|
| H A D | version6.txt | 1587 through the lines with win_line(), especially when using syntax
|
| H A D | version8.txt | 47346 Solution: Don't break out of the win_line() loop too early. (Christian
|