summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-08-28unposted: complete also for bsdtarOliver Kiddle2-1/+3
2018-08-28unposted: fix typo in svccfg completion function callOliver Kiddle2-1/+6
2018-08-25Test release: 5.5.1-test-2.Daniel Shahaf3-5/+5
2018-08-25unposted: Fix FAQ build, broken by 43184.Daniel Shahaf2-1/+3
2018-08-25unposted: Test release: 5.5.1-test-1.Daniel Shahaf4-8/+10
2018-08-2543331: _diff3: Enhance positional argument descriptions (thanks, Oliver).Daniel Shahaf2-3/+8
2018-08-2443313 (log message tweaked): vcs_info git: For the branch name, try to find ↵Daniel Shahaf2-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".
2018-08-2443314: vcs_info git: Flatten a nested if.Daniel Shahaf2-9/+9
No functional change.
2018-08-2443330: complete more options to cuOliver Kiddle2-10/+53
2018-08-2443329: new diff3 completionOliver Kiddle2-0/+48
2018-08-2443328: new zeal completionOliver Kiddle2-0/+47
2018-08-23unposted: Fix --ascii typo in _mandana2-1/+5
2018-08-2343325: _hg: suggest merge tools for -t/--toolAnton Shestakov2-4/+23
2018-08-2343326: _hg: add completion of -S/--subrepos to many commandsAnton Shestakov2-10/+17
2018-08-23github #27: add --folder-uri to completion for Visual Studio CodeKlas Mellbourn2-1/+6
2018-08-2343301: add some functions from zsh-completions projectOliver Kiddle6-0/+308
2018-08-21unposted: docs: Fix duplicated words in _combination.Daniel Shahaf2-2/+7
2018-08-1743294: Add ZLE_RECURSIVE parameter.Peter Stephenson4-0/+31
2018-08-1543302: Fix _du -B specdana2-2/+6
2018-08-13unposted: _make: Allow pasted arguments for GNU make's -j option.Daniel Shahaf2-1/+6
2018-08-1343275: Add log2 to match funcdana5-3/+25
2018-08-12unposted (PR #26): __git_files: fix double quotation of starMarc CornellĂ 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>`.
2018-08-0943264: fix ${+assoc[nonexistent]} with KSH_ARRAYSPeter Stephenson3-1/+14
2018-08-0843261: Fix unary minus with base.Peter Stephenson3-2/+22
Apply unary minus to a complete lexical constant rather than the first component that comes along.
2018-08-0743254: remove hg -w completion, add hg -SAnton Shestakov2-69/+72
2018-08-0743252: fix various hg options for completionAnton Shestakov2-71/+121
2018-08-0743250: add hg forget, phase, summary completionAnton Shestakov2-0/+23
2018-08-0743251: fix some return values of _hg functionsAnton Shestakov2-10/+21
2018-08-0743253: hg --style deprecated in favour of --templateAnton Shestakov2-9/+14
2018-08-0143227: fix memory leaks in term{cap,info}.cJun-ichi Takimoto4-20/+50
2018-07-3143207: Improve _bind_addresses, _phpdana3-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.
2018-07-3143219 (except term{cap,info}.c): fix several memory leaksJun-ichi Takimoto7-4/+17
2018-07-3043225: Recalculate ZLE timeout.Peter Stephenson2-0/+7
Needed when looping owing to having handled a special fd.
2018-07-2943184: Remove reference to ftp_sites.yoMatthew Martin2-7/+5
2018-07-2943185: Use [ suffix for associative arrays; add + to remove-charsMatthew Martin2-1/+7
2018-07-2543203: Add completion for luadana2-0/+65
2018-07-2543200: Add completion for ip6tables*Simon Ruderich2-3/+8
2018-07-2043196: Add completion for nginxdana2-0/+24
2018-07-2043192: _pgrep: simplify completions of list of IDsJun-ichi Takimoto2-89/+27
2018-07-1943186: Add completion for cronie/dcron/Vixie crontabdana2-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).
2018-07-1943183: fix '_ttys -o' and use it in _gdb/_pgrepJun-ichi Takimoto4-4/+8
2018-07-1943189: _install: similar fix as 43187 for option -fJun-ichi Takimoto2-1/+6
2018-07-1943187: Fix completion error about 'm' option of 'install' commandYasuhiro KIMURA2-1/+6
2018-07-1843182: _lldb: complete process name after option -nJun-ichi Takimoto2-2/+6
2018-07-1743166: new zathura completionDoron Behar3-1/+54
2018-07-1843177: _grep: support bzgrep, and add a few options for macOSJun-ichi Takimoto2-7/+18
2018-07-17Remove ftp_sites.yo from Makefile.inPeter Stephenson2-3/+5
2018-07-17Update distro docs to remove dead linksMatthew Martin4-37/+22
2018-07-1743176: Add note on compatibility to start of manual.Peter Stephenson2-2/+12
Default mode is not POSIX.
2018-07-1643172: document escaping colon in zformat -aTim Smith2-0/+6