Home
last modified time | relevance | path

Searched refs:hasFoldingWin (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dfold.pro5 int hasFoldingWin(win_T *win, linenr_T lnum, linenr_T *firstp, linenr_T *lastp, int cache, foldinfo…
/vim-8.2.3635/src/
H A Dmove.c74 if (hasFoldingWin(wp, lnum, NULL, &last, TRUE, NULL)) in comp_botline()
543 (void)hasFoldingWin(wp, lnum, &lnum, NULL, TRUE, NULL); in set_topline()
779 wp->w_cline_folded = hasFoldingWin(wp, wp->w_cursor.lnum, in curs_rows()
788 wp->w_cline_folded = hasFoldingWin(wp, wp->w_cursor.lnum, in curs_rows()
H A Ddrawscreen.c1648 (void)hasFoldingWin(wp, mod_top, &mod_top, NULL, TRUE, NULL); in win_update()
1654 (void)hasFoldingWin(wp, mod_bot, NULL, &mod_bot, TRUE, NULL); in win_update()
1755 (void)hasFoldingWin(wp, ln, NULL, &ln, TRUE, NULL); in win_update()
2304 if (hasFoldingWin(wp, l, NULL, &l, TRUE, NULL)) in win_update()
H A Dfold.c132 return hasFoldingWin(curwin, lnum, firstp, lastp, TRUE, NULL); in hasFolding()
137 hasFoldingWin( in hasFoldingWin() function
298 if (hasFoldingWin(win, lnum, NULL, &last, FALSE, infop)) in foldedCount()
3667 if (hasFoldingWin(curwin, lnum, &first, &last, FALSE, NULL)) in foldclosed_both()
H A Dchange.c580 i = hasFoldingWin(wp, lnum, &lnum, NULL, FALSE, NULL); in changed_common()
583 i = hasFoldingWin(wp, lnume, NULL, &lnume, FALSE, NULL); in changed_common()
H A Dmouse.c2893 && !hasFoldingWin(win, lnum, NULL, NULL, TRUE, NULL) in mouse_comp_pos()
2912 (void)hasFoldingWin(win, lnum, NULL, &lnum, TRUE, NULL); in mouse_comp_pos()
H A Dmisc2.c468 (void)hasFoldingWin(wp, lnum, &lnum, NULL, TRUE, NULL); in get_cursor_rel_lnum()
480 (void)hasFoldingWin(wp, lnum, NULL, &lnum, TRUE, NULL); in get_cursor_rel_lnum()
H A Ddiff.c1890 if (hasFoldingWin(wp, lnum, NULL, NULL, TRUE, NULL)) in diff_check()
2198 (void)hasFoldingWin(towin, towin->w_topline, &towin->w_topline, in diff_set_topline()
H A Dmatch.c584 if (hasFoldingWin(wp, shl->first_lnum - 1, in prepare_search_hl()
H A Dwindow.c6320 hasFoldingWin(wp, lnum, &lnum, NULL, TRUE, NULL); in scroll_to_fraction()
6347 hasFoldingWin(wp, lnum, NULL, &lnum, TRUE, NULL); in scroll_to_fraction()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt1255 Solution: Use hasFoldingWin() instead of hasFolding(). (Lech Lorens)