Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c288 colnr_T ws_vcol; in shift_block() local
318 ws_vcol = bd.start_vcol - bd.pre_whitesp; in shift_block()
327 ws_vcol = 0; in shift_block()
346 tabstop_fromto(ws_vcol, ws_vcol + total, in shift_block()
352 i = ((ws_vcol % ts_val) + total) / ts_val; // number of tabs in shift_block()
354 j = ((ws_vcol % ts_val) + total) % ts_val; // number of spp in shift_block()