Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: correct completion argument order for dkms | Oliver Kiddle | 2018-08-28 | 2 | -3/+6 |
| | |||||
* | unposted: completion for argument to strings -s was missing | Oliver Kiddle | 2018-08-28 | 2 | -1/+4 |
| | |||||
* | unposted: complete also for bsdtar | Oliver Kiddle | 2018-08-28 | 2 | -1/+3 |
| | |||||
* | unposted: fix typo in svccfg completion function call | Oliver Kiddle | 2018-08-28 | 2 | -1/+6 |
| | |||||
* | Test release: 5.5.1-test-2. zsh-5.5.1-test-2 | Daniel Shahaf | 2018-08-25 | 3 | -5/+5 |
| | |||||
* | unposted: Fix FAQ build, broken by 43184. | Daniel Shahaf | 2018-08-25 | 2 | -1/+3 |
| | |||||
* | unposted: Test release: 5.5.1-test-1. zsh-5.5.1-test-1 | Daniel Shahaf | 2018-08-25 | 4 | -8/+10 |
| | |||||
* | 43331: _diff3: Enhance positional argument descriptions (thanks, Oliver). | Daniel Shahaf | 2018-08-25 | 2 | -3/+8 |
| | |||||
* | 43313 (log message tweaked): vcs_info git: For the branch name, try to find ↵ | Daniel Shahaf | 2018-08-24 | 2 | -0/+9 |
| | | | | | | | | | | | | a symbolic name before falling back to a raw commit hash. Ask git-describe(1) and git-name-rev(1) to compute a gitrevisions(7) name in terms of a branch or tag that contains (= is a descendant of, is younger than) HEAD. In this repository, the output changes from "9567bfe..." to "master~1" or "remotes/origin/HEAD~1". This would also happen during bisects, e.g., "bisect/bad~22". | ||||
* | 43314: vcs_info git: Flatten a nested if. | Daniel Shahaf | 2018-08-24 | 2 | -9/+9 |
| | | | | No functional change. | ||||
* | 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 |
| | | | | | | | | | This fixes the double quote introduced by aa160fc8, so that the end result of the parameter expansion is $pref followed by \* (a quoted star), meaning `git ls-files` gets a literal star, not an expanded list of matching files, as was intended in commit cc7437bf. Fixes completion of `git add ../<TAB>`. | ||||
* | 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 |
| | | | | | Apply unary minus to a complete lexical constant rather than the first component that comes along. | ||||
* | 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 |
| | | | | | Minor change from the patch as posted to the ML: _php now calls _bind_addresses with -K, since it can't actually listen on a link-local address. | ||||
* | 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 |
| | | | | Needed when looping owing to having handled a special fd. | ||||
* | 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 |
| | | | | | Minor change from the patch as posted to the ML: BusyBox variant detection has been expanded to cover dcron (which BusyBox's crontab is forked from). | ||||
* | 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 |
| |