Purpose |
To set up tab locations for use with %ta (Next Tabstop). |
Syntax |
winio@('%Ntl', pos1, pos2, . . . , posN) |
Modifiers |
Grave accent (`) - use real rather than integer values. Tilde (~) - list of tab locations is replaced by a single array |
Description |
Tab positions are measured in average character widths. All values are measured from the left-hand edge of the window. Each %tl maintains its effect until the next %tl. Use %ta (Next Tabstop) to move to the next tab position. |
Example |
winio@('%3`tl', 10.5D0, 20.5D0, 30.5D0) |
See also |