| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 43313 (log message tweaked): vcs_info git: For the branch name, try to find a... | Daniel Shahaf | 2018-08-24 | 2 | -0/+9 |
* | 43314: vcs_info git: Flatten a nested if. | Daniel Shahaf | 2018-08-24 | 2 | -9/+9 |
* | 43330: complete more options to cu | Oliver Kiddle | 2018-08-24 | 2 | -10/+53 |
* | 43329: new diff3 completion | Oliver Kiddle | 2018-08-24 | 2 | -0/+48 |
* | 43328: new zeal completion | Oliver Kiddle | 2018-08-24 | 2 | -0/+47 |
* | unposted: Fix --ascii typo in _man | dana | 2018-08-23 | 2 | -1/+5 |
* | 43325: _hg: suggest merge tools for -t/--tool | Anton Shestakov | 2018-08-23 | 2 | -4/+23 |
* | 43326: _hg: add completion of -S/--subrepos to many commands | Anton Shestakov | 2018-08-23 | 2 | -10/+17 |
* | github #27: add --folder-uri to completion for Visual Studio Code | Klas Mellbourn | 2018-08-23 | 2 | -1/+6 |
* | 43301: add some functions from zsh-completions project | Oliver Kiddle | 2018-08-23 | 6 | -0/+308 |
* | unposted: docs: Fix duplicated words in _combination. | Daniel Shahaf | 2018-08-21 | 2 | -2/+7 |
* | 43294: Add ZLE_RECURSIVE parameter. | Peter Stephenson | 2018-08-17 | 4 | -0/+31 |
* | 43302: Fix _du -B spec | dana | 2018-08-15 | 2 | -2/+6 |
* | unposted: _make: Allow pasted arguments for GNU make's -j option. | Daniel Shahaf | 2018-08-13 | 2 | -1/+6 |
* | 43275: Add log2 to match func | dana | 2018-08-13 | 5 | -3/+25 |
* | unposted (PR #26): __git_files: fix double quotation of star | Marc Cornellà | 2018-08-12 | 2 | -1/+6 |
* | 43264: fix ${+assoc[nonexistent]} with KSH_ARRAYS | Peter Stephenson | 2018-08-09 | 3 | -1/+14 |
* | 43261: Fix unary minus with base. | Peter Stephenson | 2018-08-08 | 3 | -2/+22 |
* | 43254: remove hg -w completion, add hg -S | Anton Shestakov | 2018-08-07 | 2 | -69/+72 |
* | 43252: fix various hg options for completion | Anton Shestakov | 2018-08-07 | 2 | -71/+121 |
* | 43250: add hg forget, phase, summary completion | Anton Shestakov | 2018-08-07 | 2 | -0/+23 |
* | 43251: fix some return values of _hg functions | Anton Shestakov | 2018-08-07 | 2 | -10/+21 |
* | 43253: hg --style deprecated in favour of --template | Anton Shestakov | 2018-08-07 | 2 | -9/+14 |
* | 43227: fix memory leaks in term{cap,info}.c | Jun-ichi Takimoto | 2018-08-01 | 4 | -20/+50 |
* | 43207: Improve _bind_addresses, _php | dana | 2018-07-31 | 3 | -66/+211 |
* | 43219 (except term{cap,info}.c): fix several memory leaks | Jun-ichi Takimoto | 2018-07-31 | 7 | -4/+17 |
* | 43225: Recalculate ZLE timeout. | Peter Stephenson | 2018-07-30 | 2 | -0/+7 |
* | 43184: Remove reference to ftp_sites.yo | Matthew Martin | 2018-07-29 | 2 | -7/+5 |
* | 43185: Use [ suffix for associative arrays; add + to remove-chars | Matthew Martin | 2018-07-29 | 2 | -1/+7 |
* | 43203: Add completion for lua | dana | 2018-07-25 | 2 | -0/+65 |
* | 43200: Add completion for ip6tables* | Simon Ruderich | 2018-07-25 | 2 | -3/+8 |
* | 43196: Add completion for nginx | dana | 2018-07-20 | 2 | -0/+24 |
* | 43192: _pgrep: simplify completions of list of IDs | Jun-ichi Takimoto | 2018-07-20 | 2 | -89/+27 |
* | 43186: Add completion for cronie/dcron/Vixie crontab | dana | 2018-07-19 | 2 | -0/+73 |
* | 43183: fix '_ttys -o' and use it in _gdb/_pgrep | Jun-ichi Takimoto | 2018-07-19 | 4 | -4/+8 |
* | 43189: _install: similar fix as 43187 for option -f | Jun-ichi Takimoto | 2018-07-19 | 2 | -1/+6 |
* | 43187: Fix completion error about 'm' option of 'install' command | Yasuhiro KIMURA | 2018-07-19 | 2 | -1/+6 |
* | 43182: _lldb: complete process name after option -n | Jun-ichi Takimoto | 2018-07-18 | 2 | -2/+6 |
* | 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 |
* | 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 |
* | users/23531: Error exit/return fixes. | Peter Stephenson | 2018-07-09 | 3 | -0/+41 |
* | 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 |