Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfold.pro26 void foldUpdate(win_T *wp, linenr_T top, linenr_T bot);
/vim-8.2.3635/src/
H A Dfold.c820 foldUpdate(win_T *wp, linenr_T top, linenr_T bot) in foldUpdate() function
1214 foldUpdate(wp, (linenr_T)1, (linenr_T)MAXLNUM); // will update all in checkupdate()
H A Dchange.c573 foldUpdate(wp, lnum, lnume + xtra - 1); in changed_common()
H A Ddiff.c2943 foldUpdate(wp, dp->df_lnum[i], in diff_fold_update()
H A Dex_cmds.c1288 foldUpdate(curwin, curbuf->b_op_start.lnum, curbuf->b_op_end.lnum); in do_filter()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt9511 Solution: In foldUpdate() correct the start position and reset fd_flags when