summaryrefslogtreecommitdiff
path: root/Completion/Zsh/Command/_print
AgeCommit message (Collapse)AuthorFilesLines
2016-11-0539834: when print used with -v and -l, include a final newlineOliver Kiddle1-16/+17
Also complete print -S option and make further use of the new printf to an array feature in other completion functions.
2016-11-0539389: when printf -v is used with an array use separate elements each time ↵Oliver Kiddle1-6/+11
the format is reused
2016-07-18_print: add -vMikael Magnusson1-0/+2
2015-07-0935748: fixes to prompt spec completion where it contains date formatsOliver Kiddle1-6/+11
2012-05-1430466: Add prompt format and printf format completion.Mikael Magnusson1-32/+84
2005-06-0821315: make completion functions give precendence to descriptions passed asOliver Kiddle1-1/+1
parameters and cleanup descriptons in calling functions
2002-11-2217958: update print completion for new print options in 17940Oliver Kiddle1-2/+4
2001-10-08add print -f option, %n format specifier and tests for print/printf (15973)Oliver Kiddle1-6/+7
2001-04-02moved from Completion/Builtins/_printSven Wischnowsky1-0/+29