Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c101 colnr_T tabcol = 0; in tabstop_padding() local
112 tabcol += vts[t]; in tabstop_padding()
113 if (tabcol > col) in tabstop_padding()
132 colnr_T tabcol = 0; in tabstop_at() local
142 tabcol += vts[t]; in tabstop_at()
143 if (tabcol > col) in tabstop_at()
162 colnr_T tabcol = 0; in tabstop_start() local
172 tabcol += vts[t]; in tabstop_start()
173 if (tabcol > col) in tabstop_start()
195 colnr_T tabcol = 0; in tabstop_fromto() local
[all …]
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt6197 - Support for tabs in specific columns: ":set tabcol=8,20,34,56" (Demirel).