Searched refs:foldUpdate (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | fold.pro | 26 void foldUpdate(win_T *wp, linenr_T top, linenr_T bot);
|
| /vim-8.2.3635/src/ |
| H A D | fold.c | 820 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 D | change.c | 573 foldUpdate(wp, lnum, lnume + xtra - 1); in changed_common()
|
| H A D | diff.c | 2943 foldUpdate(wp, dp->df_lnum[i], in diff_fold_update()
|
| H A D | ex_cmds.c | 1288 foldUpdate(curwin, curbuf->b_op_start.lnum, curbuf->b_op_end.lnum); in do_filter()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 9511 Solution: In foldUpdate() correct the start position and reset fd_flags when
|