Searched refs:foldRemove (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | fold.c | 2131 static void foldRemove(garray_T *gap, linenr_T top, linenr_T bot); 2355 foldRemove(&wp->w_folds, start, end); in foldUpdateIEMS() 2595 foldRemove(&fp->fd_nested, breakstart - fp->fd_top, in foldUpdateIEMSRecurse() 2783 foldRemove(&fp->fd_nested, startlnum2 - fp->fd_top, in foldUpdateIEMSRecurse() 2952 foldRemove(garray_T *gap, linenr_T top, linenr_T bot) in foldRemove() function 2965 foldRemove(&fp->fd_nested, top - fp->fd_top, bot - fp->fd_top); in foldRemove() 3062 foldRemove(&fp->fd_nested, end - fp->fd_top, MAXLNUM); in truncate_fold()
|