document ~| format modifier to place a tab stop at this position

This works best when used in tandem with ~N+, since it is currently
equivalent to ~0| and does not take the actual text position into account.
However, when using relative positions, this works as intended.
This commit is contained in:
Markus Triska
2020-04-19 01:59:16 +02:00
parent 45ed9405b0
commit ab3c520006

View File

@@ -28,6 +28,7 @@
if N is 0 or omitted, no decimal point is used. if N is 0 or omitted, no decimal point is used.
~ND like ~Nd, separating digits to the left of the decimal point ~ND like ~Nd, separating digits to the left of the decimal point
in groups of three, using the character "," (comma) in groups of three, using the character "," (comma)
~| place a tab stop at this position
~N| where N is an integer: place a tab stop at text column N ~N| where N is an integer: place a tab stop at text column N
~N+ where N is an integer: place a tab stop N characters ~N+ where N is an integer: place a tab stop N characters
after the previous tab stop (or start of line) after the previous tab stop (or start of line)