Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c427 verbatim_copy_width -= bd.start_char_vcols; in shift_block()
505 ts_val = bdp->start_char_vcols; in block_insert()
1065 n = (bd.startspaces ? bd.start_char_vcols - 1 : 0); in op_replace()
2215 bdp->start_char_vcols = 0; in block_prep()
2238 bdp->start_char_vcols = incr; in block_prep()
2252 bdp->startspaces = bdp->start_char_vcols - bdp->startspaces; in block_prep()
2259 bdp->endspaces = bdp->start_char_vcols - bdp->startspaces; in block_prep()
2263 bdp->endspaces = bdp->start_char_vcols - bdp->startspaces; in block_prep()
2273 bdp->startspaces = bdp->start_char_vcols in block_prep()
H A Dstructs.h4349 colnr_T start_char_vcols; // number of vcols of pre-block char member