Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c143 int block_col = 0; in op_shift() local
150 block_col = curwin->w_cursor.col; in op_shift()
173 curwin->w_cursor.col = block_col; in op_shift()