summary refs log tree commit diff
path: root/Completion/Zsh/Type/_ps1234
Commit message (Collapse)AuthorAgeFilesLines
* 39834: when print used with -v and -l, include a final newlineOliver Kiddle2016-11-051-2/+3
| | | | | Also complete print -S option and make further use of the new printf to an array feature in other completion functions.
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf2016-10-071-0/+3
| | | | | | | | -P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
* 35753: allow for numbers after the ( in ternary expressions and fix ↵Oliver Kiddle2015-07-231-10/+9
| | | | backslash quoting
* unposted: _ps1234: Fix ternary test char completionMikael Magnusson2015-07-151-3/+3
|
* 35756: use the actual colours in the completion list for terminal coloursOliver Kiddle2015-07-141-16/+30
|
* 35748: fixes to prompt spec completion where it contains date formatsOliver Kiddle2015-07-091-0/+157