Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH 0/4] improve manual format



Jun T wrote on Mon, May 11, 2015 at 02:48:46 +0900:
> I've defined a yodl macro SPACES() for manually indenting the
> second (and third ..) lines of the synopsis of bulitin commands.
> (It must be redefined everytime I use it (quite ugly),
>  because I could not find a way to define SPACES(n) which expands
>  to n space characters.)

One workaround would be to define SPACES1(), SPACES2(), SPACES3(), etc
that expand to 1, 2, 3 spaces respectively.



Messages sorted by: Reverse Date, Date, Thread, Author