about summary refs log tree commit diff
path: root/Completion/Unix/Command/_mkdir
Commit message (Collapse)AuthorAgeFilesLines
* 42214: use less general names on new functions for completing file flags and ↵dana2018-01-041-1/+1
| | | | modes
* 42210: factor out completion of file modes and flags and handle ↵dana2018-01-041-1/+1
| | | | _comp_priv_prefix for chflags
* 41621: _mkdir: Honour the 'command' and 'builtin' precommand modifiers.Daniel Shahaf2017-09-041-13/+12
|
* 41620 (tweaked per 41622): _mkdir: Don't offer a linux-specific option in ↵Daniel Shahaf2017-09-041-9/+5
| | | | the 'zsh' variant.
* 35011: update completions for some common Unix commands,Oliver Kiddle2015-05-031-34/+32
| | | | in particular improving FreeBSD support
* 34961: avoid _message because it aborts completer list too earlyBarton E. Schaefer2015-04-251-1/+1
|
* Mikael: 28585: don't set ret=0 on failure in _mkdirPeter Stephenson2011-01-071-3/+2
|
* 22947: minor mkdir completion fixes.Clint Adams2006-11-021-6/+6
|
* 22940: completion for mkdirClint Adams2006-11-011-0/+70