Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchange.c1241 long movelen; in del_bytes() local
1286 movelen = (long)oldlen - (long)col - count + 1; // includes trailing NUL in del_bytes()
1287 if (movelen <= 1) in del_bytes()
1302 movelen = 1; in del_bytes()
1326 mch_memmove(newp + col, oldp + col + count, (size_t)movelen); in del_bytes()