Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c383 size_t shift_amount; in shift_block() local
412 shift_amount = (block_space_width < (size_t)total in shift_block()
416 destination_col = (colnr_T)(non_white_col - shift_amount); in shift_block()