Home
last modified time | relevance | path

Searched refs:updtype (Results 1 – 1 of 1) 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);
5488 int updtype) in ml_updatechunk() argument
5519 if (updtype == ML_CHNK_UPDLINE && buf->b_ml.ml_line_count == 1) in ml_updatechunk()
5535 || updtype != ML_CHNK_ADDLINE) in ml_updatechunk()
5552 if (updtype == ML_CHNK_DELLINE) in ml_updatechunk()
5555 if (updtype == ML_CHNK_ADDLINE) in ml_updatechunk()
5687 else if (updtype == ML_CHNK_DELLINE) in ml_updatechunk()