Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c1577 int got_tab = FALSE; in ex_retab() local
1646 if (!got_tab && num_spaces == 0) in ex_retab()
1655 got_tab = TRUE; in ex_retab()
1659 if (got_tab || (eap->forceit && num_spaces > 1)) in ex_retab()
1686 if (curbuf->b_p_et || got_tab || in ex_retab()
1723 got_tab = FALSE; in ex_retab()