summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 42995: Only complete active connections for nmcli connection downDavid Klann2018-07-072-1/+10
|
* 43046: Add mupdf completerMatthew Martin2018-07-073-1/+57
|
* 43106: Add ldap completerMatthew Martin2018-07-072-0/+91
|
* 43105: Improve pgrep/pkill completiondana2018-07-032-61/+125
| | | | | Contains minor changes to signal completion compared to the patch as originally posted
* 43134: don't complete SIG in front of numeric signalsdana2018-07-032-1/+6
|
* 43108, 43121: _killall: complete various optionsJun-ichi Takimoto2018-07-022-5/+78
|
* 43059: _gpg: Use explicit UIDs for state = public keys.Doron Behar2018-07-012-7/+60
| | | | | Use the `--with-colons` option and parse the output according to the format specified in the documentation.
* 43107: add an option to _ttys to complete only open ttysJun-ichi Takimoto2018-07-014-8/+20
| | | | Use the option in _ps and _watch-snoop
* 23519: Use tag remote-files for remote filesPeter Stephenson2018-06-293-3/+16
|
* 42746: _vim: handle special values for -u/-UDaniel Hahler2018-06-272-2/+24
| | | | This is based on state=verbosity from the same file.
* 43096: _vim: remove duplicate flagEric Cook2018-06-272-1/+4
|
* 43091: In the (u) glob qualifier, expand and correct "unknown user" error ↵Daniel Shahaf2018-06-252-2/+9
| | | | messages.
* 43084: Variable warning suppression enhancements.Peter Stephenson2018-06-254-8/+17
| | | | | | Add vared -g option along the lines of typeset -g. Set reply safely in zsh_directory_name_cdr.
* 43080: _sys_calls: analyze recent syscall.h properlyJun-ichi Takimoto2018-06-252-1/+4
|
* 43079, 43086: new utility to complete names of running processesJun-ichi Takimoto2018-06-255-0/+107
| | | | And new completions for dtruss, fs_usage and sc_usage.
* unposted: Fix mistyped variable name in _opkgdana2018-06-242-1/+6
|
* 43081: Add networksetup completiondana2018-06-232-0/+323
|
* 43088: Fix wajig sub-command completiondana2018-06-232-1/+6
|
* 43074: Completion for additional linker options for clang and sanitizers for gccEitan Adler2018-06-212-10/+14
|
* 43078: add completion for the sed expressionOliver Kiddle2018-06-212-11/+209
|
* 43073: various completion option updatesOliver Kiddle2018-06-2120-80/+209
|
* 43075: Support nanosecond-precision time formattingdana2018-06-2011-64/+116
| | | | | | | | * Teach ztrftime() %9. and %N for nanoseconds * Update prompt expansion to pass sub-second times for time formatting * Update zsh/stat to pass sub-second times for atime/mtime/ctime Patch heavily based on Oliver's earlier work @ workers/24059
* 43077: Fix shift builtin status.Peter Stephenson2018-06-202-1/+11
| | | | | If the math evaulation to get the shift count failed the status wasn't passed back from the builtin.
* 43061: Improve open (macOS) completiondana2018-06-203-19/+65
|
* 43060: Expand stat completiondana2018-06-203-33/+101
|
* 43047: Add completion for hostnamedana2018-06-182-0/+78
|
* 43047: Make _bind_addresses always return local IPsdana2018-06-182-13/+19
|
* unposted: V01zmodload.ztst needs update for parameter module fixPeter Stephenson2018-06-182-0/+5
|
* 433029: Testing signal return type is no longer neededEitan Adler2018-06-185-15/+9
|
* 43006: complete modified files after `git stash --`Tim Smith2018-06-182-0/+6
|
* users/23484: be consistent on matcher specs for git branches to fix issue ↵Oliver Kiddle2018-06-182-6/+9
| | | | with partial matching
* 43048: add sanitizers, standards aliases and fix -fltoEitan Adler2018-06-182-4/+23
|
* 43043: Improve comm/sed completiondana2018-06-173-12/+21
|
* 43039: Mark functions_source (et al.) for auto-loadingdana2018-06-173-1/+7
|
* 43030: Replace VCS_INFO_realpath() by :Pdana2018-06-168-20/+19
|
* 43031: Add note to style guide about quotingdana2018-06-162-0/+20
|
* 43031: Add note to style guide about variant syntaxdana2018-06-162-0/+25
|
* unposted: Fix inconsistent white space in change logdana2018-06-161-6/+7
|
* unposted: Fix typo in change logdana2018-06-151-1/+1
|
* 43024: Improve _man section-name matchingdana2018-06-152-6/+41
|
* 42981: Add ed completerMatthew Martin2018-06-152-0/+42
|
* users/23472: Add $sysparams[procsubstpid] to zsh/systemPeter Stephenson2018-06-155-0/+23
|
* 43008: Improve code to remove privileges.Peter Stephenson2018-06-152-7/+30
| | | | | | | | Remove warnings of unused values as we always check the finally result later. Put segid before setuid as the setgid could fail if UID no longer privileged.
* 42992: Fix minor escaping bug in _bashdana2018-06-132-2/+4
|
* 42992: Use _call_program to fetch argument possibilitiesdana2018-06-135-10/+17
|
* unposted: Change 'Mac OS X' reference to 'macOS'dana2018-06-122-4/+9
| | | | | I've left other references (see _growisofs and _hdiutil) alone, since they all appear in the context of legacy features.
* 42983: Address misc. feedback re: _mandana2018-06-112-9/+17
|
* 42984: Fix argument pass-through to compadddana2018-06-113-2/+7
|
* 42978: fix small but irritating bug in pbcopy completiondana2018-06-102-1/+3
|
* 42977: Complete options to major man variants, otherwise improve especially ↵dana2018-06-102-45/+311
| | | | section matching