Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemline.c3270 ml_updatechunk(buf, lnum + 1, (long)len, ML_CHNK_ADDLINE); in ml_append_int()
5535 || updtype != ML_CHNK_ADDLINE) in ml_updatechunk()
5555 if (updtype == ML_CHNK_ADDLINE) in ml_updatechunk()
H A Dstructs.h742 # define ML_CHNK_ADDLINE 1 macro