Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemline.c265 static void ml_updatechunk(buf_T *buf, long line, long len, int updtype);
3270 ml_updatechunk(buf, lnum + 1, (long)len, ML_CHNK_ADDLINE); in ml_append_int()
3771 ml_updatechunk(buf, lnum, line_size in ml_delete_int()
4037 ml_updatechunk(buf, lnum, (long)extra, ML_CHNK_UPDLINE); in ml_flush_line()
5484 ml_updatechunk( in ml_updatechunk() function
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt1557 ml_updatechunk() is slow when retrying for another encoding. (John Little,
4450 so that we don't need to make a copy? Or avoid invoking ml_updatechunk(),