Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c382 size_t block_space_width; in shift_block() local
410 block_space_width = non_white_col - oap->start_vcol; in shift_block()
412 shift_amount = (block_space_width < (size_t)total in shift_block()
413 ? block_space_width : (size_t)total); in shift_block()