Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c204 int initspc = 0; in tabstop_fromto() local
206 initspc = ts - (start_col % ts); in tabstop_fromto()
207 if (spaces >= initspc) in tabstop_fromto()
209 spaces -= initspc; in tabstop_fromto()