Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 43166: new zathura completion | Doron Behar | 2018-07-17 | 3 | -1/+54 |
| | |||||
* | 43177: _grep: support bzgrep, and add a few options for macOS | Jun-ichi Takimoto | 2018-07-18 | 2 | -7/+18 |
| | |||||
* | Remove ftp_sites.yo from Makefile.in | Peter Stephenson | 2018-07-17 | 2 | -3/+5 |
| | |||||
* | Update distro docs to remove dead links | Matthew Martin | 2018-07-17 | 4 | -37/+22 |
| | |||||
* | 43176: Add note on compatibility to start of manual. | Peter Stephenson | 2018-07-17 | 2 | -2/+12 |
| | | | | Default mode is not POSIX. | ||||
* | 43172: document escaping colon in zformat -a | Tim Smith | 2018-07-16 | 2 | -0/+6 |
| | |||||
* | 43164: _gcc: fix 'args=' to 'args+=', and update a few options | Jun-ichi Takimoto | 2018-07-11 | 2 | -4/+11 |
| | |||||
* | 43155: _gcc: escape ':' in action for -std | Jun-ichi Takimoto | 2018-07-11 | 2 | -1/+5 |
| | |||||
* | 43156, 43157: Need to allow for extra space in gethere(). | Peter Stephenson | 2018-07-10 | 2 | -3/+10 |
| | | | | The point can now increment twice per iteration. | ||||
* | users/23531: Error exit/return fixes. | Peter Stephenson | 2018-07-09 | 3 | -0/+41 |
| | | | | | | | | | | Fix regression with trap on left hand side of pipe. Fix forced return from shell structure within nested function. Fix tests exiting too early. Add new test case. | ||||
* | 42995: Only complete active connections for nmcli connection down | David Klann | 2018-07-07 | 2 | -1/+10 |
| | |||||
* | 43046: Add mupdf completer | Matthew Martin | 2018-07-07 | 3 | -1/+57 |
| | |||||
* | 43106: Add ldap completer | Matthew Martin | 2018-07-07 | 2 | -0/+91 |
| | |||||
* | 43105: Improve pgrep/pkill completion | dana | 2018-07-03 | 2 | -61/+125 |
| | | | | | Contains minor changes to signal completion compared to the patch as originally posted | ||||
* | 43134: don't complete SIG in front of numeric signals | dana | 2018-07-03 | 2 | -1/+6 |
| | |||||
* | 43108, 43121: _killall: complete various options | Jun-ichi Takimoto | 2018-07-02 | 2 | -5/+78 |
| | |||||
* | 43059: _gpg: Use explicit UIDs for state = public keys. | Doron Behar | 2018-07-01 | 2 | -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 ttys | Jun-ichi Takimoto | 2018-07-01 | 4 | -8/+20 |
| | | | | Use the option in _ps and _watch-snoop | ||||
* | 23519: Use tag remote-files for remote files | Peter Stephenson | 2018-06-29 | 3 | -3/+16 |
| | |||||
* | 42746: _vim: handle special values for -u/-U | Daniel Hahler | 2018-06-27 | 2 | -2/+24 |
| | | | | This is based on state=verbosity from the same file. | ||||
* | 43096: _vim: remove duplicate flag | Eric Cook | 2018-06-27 | 2 | -1/+4 |
| | |||||
* | 43091: In the (u) glob qualifier, expand and correct "unknown user" error ↵ | Daniel Shahaf | 2018-06-25 | 2 | -2/+9 |
| | | | | messages. | ||||
* | 43084: Variable warning suppression enhancements. | Peter Stephenson | 2018-06-25 | 4 | -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 properly | Jun-ichi Takimoto | 2018-06-25 | 2 | -1/+4 |
| | |||||
* | 43079, 43086: new utility to complete names of running processes | Jun-ichi Takimoto | 2018-06-25 | 5 | -0/+107 |
| | | | | And new completions for dtruss, fs_usage and sc_usage. | ||||
* | unposted: Fix mistyped variable name in _opkg | dana | 2018-06-24 | 2 | -1/+6 |
| | |||||
* | 43081: Add networksetup completion | dana | 2018-06-23 | 2 | -0/+323 |
| | |||||
* | 43088: Fix wajig sub-command completion | dana | 2018-06-23 | 2 | -1/+6 |
| | |||||
* | 43074: Completion for additional linker options for clang and sanitizers for gcc | Eitan Adler | 2018-06-21 | 2 | -10/+14 |
| | |||||
* | 43078: add completion for the sed expression | Oliver Kiddle | 2018-06-21 | 2 | -11/+209 |
| | |||||
* | 43073: various completion option updates | Oliver Kiddle | 2018-06-21 | 20 | -80/+209 |
| | |||||
* | 43075: Support nanosecond-precision time formatting | dana | 2018-06-20 | 11 | -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 Stephenson | 2018-06-20 | 2 | -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) completion | dana | 2018-06-20 | 3 | -19/+65 |
| | |||||
* | 43060: Expand stat completion | dana | 2018-06-20 | 3 | -33/+101 |
| | |||||
* | 43047: Add completion for hostname | dana | 2018-06-18 | 2 | -0/+78 |
| | |||||
* | 43047: Make _bind_addresses always return local IPs | dana | 2018-06-18 | 2 | -13/+19 |
| | |||||
* | unposted: V01zmodload.ztst needs update for parameter module fix | Peter Stephenson | 2018-06-18 | 2 | -0/+5 |
| | |||||
* | 433029: Testing signal return type is no longer needed | Eitan Adler | 2018-06-18 | 5 | -15/+9 |
| | |||||
* | 43006: complete modified files after `git stash --` | Tim Smith | 2018-06-18 | 2 | -0/+6 |
| | |||||
* | users/23484: be consistent on matcher specs for git branches to fix issue ↵ | Oliver Kiddle | 2018-06-18 | 2 | -6/+9 |
| | | | | with partial matching | ||||
* | 43048: add sanitizers, standards aliases and fix -flto | Eitan Adler | 2018-06-18 | 2 | -4/+23 |
| | |||||
* | 43043: Improve comm/sed completion | dana | 2018-06-17 | 3 | -12/+21 |
| | |||||
* | 43039: Mark functions_source (et al.) for auto-loading | dana | 2018-06-17 | 3 | -1/+7 |
| | |||||
* | 43030: Replace VCS_INFO_realpath() by :P | dana | 2018-06-16 | 8 | -20/+19 |
| | |||||
* | 43031: Add note to style guide about quoting | dana | 2018-06-16 | 2 | -0/+20 |
| | |||||
* | 43031: Add note to style guide about variant syntax | dana | 2018-06-16 | 2 | -0/+25 |
| | |||||
* | unposted: Fix inconsistent white space in change log | dana | 2018-06-16 | 1 | -6/+7 |
| | |||||
* | unposted: Fix typo in change log | dana | 2018-06-15 | 1 | -1/+1 |
| | |||||
* | 43024: Improve _man section-name matching | dana | 2018-06-15 | 2 | -6/+41 |
| |