Searched refs:tabcol (Results 1 – 2 of 2) sorted by relevance
101 colnr_T tabcol = 0; in tabstop_padding() local112 tabcol += vts[t]; in tabstop_padding()113 if (tabcol > col) in tabstop_padding()132 colnr_T tabcol = 0; in tabstop_at() local142 tabcol += vts[t]; in tabstop_at()143 if (tabcol > col) in tabstop_at()162 colnr_T tabcol = 0; in tabstop_start() local172 tabcol += vts[t]; in tabstop_start()173 if (tabcol > col) in tabstop_start()195 colnr_T tabcol = 0; in tabstop_fromto() local[all …]
6197 - Support for tabs in specific columns: ":set tabcol=8,20,34,56" (Demirel).