about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* unposted: complete also for bsdtarOliver Kiddle2018-08-282-1/+3
|
* unposted: fix typo in svccfg completion function callOliver Kiddle2018-08-282-1/+6
|
* Test release: 5.5.1-test-2. zsh-5.5.1-test-2Daniel Shahaf2018-08-253-5/+5
|
* unposted: Fix FAQ build, broken by 43184.Daniel Shahaf2018-08-252-1/+3
|
* unposted: Test release: 5.5.1-test-1. zsh-5.5.1-test-1Daniel Shahaf2018-08-254-8/+10
|
* 43331: _diff3: Enhance positional argument descriptions (thanks, Oliver).Daniel Shahaf2018-08-252-3/+8
|
* 43313 (log message tweaked): vcs_info git: For the branch name, try to find ↵Daniel Shahaf2018-08-242-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 Shahaf2018-08-242-9/+9
| | | | No functional change.
* 43330: complete more options to cuOliver Kiddle2018-08-242-10/+53
|
* 43329: new diff3 completionOliver Kiddle2018-08-242-0/+48
|
* 43328: new zeal completionOliver Kiddle2018-08-242-0/+47
|
* unposted: Fix --ascii typo in _mandana2018-08-232-1/+5
|
* 43325: _hg: suggest merge tools for -t/--toolAnton Shestakov2018-08-232-4/+23
|
* 43326: _hg: add completion of -S/--subrepos to many commandsAnton Shestakov2018-08-232-10/+17
|
* github #27: add --folder-uri to completion for Visual Studio CodeKlas Mellbourn2018-08-232-1/+6
|
* 43301: add some functions from zsh-completions projectOliver Kiddle2018-08-236-0/+308
|
* unposted: docs: Fix duplicated words in _combination.Daniel Shahaf2018-08-212-2/+7
|
* 43294: Add ZLE_RECURSIVE parameter.Peter Stephenson2018-08-174-0/+31
|
* 43302: Fix _du -B specdana2018-08-152-2/+6
|
* unposted: _make: Allow pasted arguments for GNU make's -j option.Daniel Shahaf2018-08-132-1/+6
|
* 43275: Add log2 to match funcdana2018-08-135-3/+25
|
* unposted (PR #26): __git_files: fix double quotation of starMarc CornellĂ 2018-08-122-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_ARRAYSPeter Stephenson2018-08-093-1/+14
|
* 43261: Fix unary minus with base.Peter Stephenson2018-08-083-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 -SAnton Shestakov2018-08-072-69/+72
|
* 43252: fix various hg options for completionAnton Shestakov2018-08-072-71/+121
|
* 43250: add hg forget, phase, summary completionAnton Shestakov2018-08-072-0/+23
|
* 43251: fix some return values of _hg functionsAnton Shestakov2018-08-072-10/+21
|
* 43253: hg --style deprecated in favour of --templateAnton Shestakov2018-08-072-9/+14
|
* 43227: fix memory leaks in term{cap,info}.cJun-ichi Takimoto2018-08-014-20/+50
|
* 43207: Improve _bind_addresses, _phpdana2018-07-313-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 leaksJun-ichi Takimoto2018-07-317-4/+17
|
* 43225: Recalculate ZLE timeout.Peter Stephenson2018-07-302-0/+7
| | | | Needed when looping owing to having handled a special fd.
* 43184: Remove reference to ftp_sites.yoMatthew Martin2018-07-292-7/+5
|
* 43185: Use [ suffix for associative arrays; add + to remove-charsMatthew Martin2018-07-292-1/+7
|
* 43203: Add completion for luadana2018-07-252-0/+65
|
* 43200: Add completion for ip6tables*Simon Ruderich2018-07-252-3/+8
|
* 43196: Add completion for nginxdana2018-07-202-0/+24
|
* 43192: _pgrep: simplify completions of list of IDsJun-ichi Takimoto2018-07-202-89/+27
|
* 43186: Add completion for cronie/dcron/Vixie crontabdana2018-07-192-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/_pgrepJun-ichi Takimoto2018-07-194-4/+8
|
* 43189: _install: similar fix as 43187 for option -fJun-ichi Takimoto2018-07-192-1/+6
|
* 43187: Fix completion error about 'm' option of 'install' commandYasuhiro KIMURA2018-07-192-1/+6
|
* 43182: _lldb: complete process name after option -nJun-ichi Takimoto2018-07-182-2/+6
|
* 43166: new zathura completionDoron Behar2018-07-173-1/+54
|
* 43177: _grep: support bzgrep, and add a few options for macOSJun-ichi Takimoto2018-07-182-7/+18
|
* Remove ftp_sites.yo from Makefile.inPeter Stephenson2018-07-172-3/+5
|
* Update distro docs to remove dead linksMatthew Martin2018-07-174-37/+22
|
* 43176: Add note on compatibility to start of manual.Peter Stephenson2018-07-172-2/+12
| | | | Default mode is not POSIX.
* 43172: document escaping colon in zformat -aTim Smith2018-07-162-0/+6
|