Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c373 colnr_T destination_col; // column to which text in block will in shift_block() local
416 destination_col = (colnr_T)(non_white_col - shift_amount); in shift_block()
428 while (verbatim_copy_width < destination_col) in shift_block()
435 if (verbatim_copy_width + incr > destination_col) in shift_block()
444 fill = destination_col - verbatim_copy_width; in shift_block()