Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfold.c49 static int foldLevelWin(win_T *wp, linenr_T lnum);
267 return foldLevelWin(curwin, lnum); in foldLevel()
1183 foldLevelWin(win_T *wp, linenr_T lnum) in foldLevelWin() function
2212 level = foldLevelWin(wp, top - 1); in foldUpdateIEMS()
2326 && foldLevelWin(wp, fline.lnum) != fline.lvl) in foldUpdateIEMS()
3611 level = foldLevelWin(wp, off + fp->fd_top); in put_foldopen_recurse()