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

Re: [PATCH] Index of element after width of characters



After thinking this through I would want to use "<", ",", ">". Could I
allocate those symbols? Very mnemonic and nice, the use would be
${(<:10:)a}, ${(,:10:)a}, ${(>:10:)a} for index before width, index at
width, index after width. I checked that they work with parser.

PS. The code works in D07multibyte.ztst, so the tests issue is solved.

Best regards,
Sebastian Gniazdowski



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