You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zsh/Completion
dana dd523255cc 45423: _su: Improve arg handling, shell look-ups
Differences from ML post:

* Properly fix escaping issue with $usr (needs unescaped first)

* Make $shell emptiness check easier to read (per feedback)
4 years ago
..
AIX 33047: use git to simplify massively source distribution file selection 10 years ago
BSD 45269: Fix misspellings in completions and elsewhere. 4 years ago
Base 45130: _multi_parts: Always pass -f to compadd if given by caller 4 years ago
Cygwin/Command 33047: use git to simplify massively source distribution file selection 10 years ago
Darwin 45269: Fix misspellings in completions and elsewhere. 4 years ago
Debian unposted: Two additional typo fixes. 4 years ago
Linux 45266: Fix losetup completion, broken in da085b7a20 (41720). 4 years ago
Mandriva 45269: Fix misspellings in completions and elsewhere. 4 years ago
Redhat 45269: Fix misspellings in completions and elsewhere. 4 years ago
Solaris 44895: complete options for state change notifications and other improvements 5 years ago
Unix 45423: _su: Improve arg handling, shell look-ups 4 years ago
X c.f. 44831: remove completion functions included in upstream projects 5 years ago
Zsh _brace_parameter: add missing \ 4 years ago
openSUSE/Command Fix typos reported by codespell in shell code 4 years ago
.cvsignore unposted: cvsignore VIM *.swp files 21 years ago
.distfiles 33047: use git to simplify massively source distribution file selection 10 years ago
README unposted: force latest version of files from vendor to main branch 17 years ago
bashcompinit 42037: COMP_POINT for bash completion was miscalculated. 7 years ago
compaudit Thomas Bereknyei, Mic92: 39831: find "getent" by the usual command search, not just /usr/bin/ 8 years ago
compdump 38547: Completion/compdump: only autoload functions when they exist in fpath 8 years ago
compinit 42294: disable REPORTTIME in completion 6 years ago
compinstall 37898: fix typo in completer menu 8 years ago

README

The subdirectories contain code for a shell-based system of command-line
completion.  This is considerably more powerful than the old `compctl'
method.  For details, see the compsys(1) manual page (`man zshcompsys').