summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* unposted: Test release: 5.5.1-test-1. zsh-5.5.1-test-1Daniel Shahaf2018-08-251-0/+3
|
* 43331: _diff3: Enhance positional argument descriptions (thanks, Oliver).Daniel Shahaf2018-08-251-0/+5
|
* 43313 (log message tweaked): vcs_info git: For the branch name, try to find ↵Daniel Shahaf2018-08-241-0/+5
| | | | | | | | | | | | 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-241-0/+5
| | | | No functional change.
* 43330: complete more options to cuOliver Kiddle2018-08-241-1/+3
|
* 43329: new diff3 completionOliver Kiddle2018-08-241-0/+2
|
* 43328: new zeal completionOliver Kiddle2018-08-241-0/+4
|
* unposted: Fix --ascii typo in _mandana2018-08-231-0/+4
|
* 43325: _hg: suggest merge tools for -t/--toolAnton Shestakov2018-08-231-0/+3
|
* 43326: _hg: add completion of -S/--subrepos to many commandsAnton Shestakov2018-08-231-0/+3
|
* github #27: add --folder-uri to completion for Visual Studio CodeKlas Mellbourn2018-08-231-0/+3
|
* 43301: add some functions from zsh-completions projectOliver Kiddle2018-08-231-0/+7
|
* unposted: docs: Fix duplicated words in _combination.Daniel Shahaf2018-08-211-0/+5
|
* 43294: Add ZLE_RECURSIVE parameter.Peter Stephenson2018-08-171-0/+5
|
* 43302: Fix _du -B specdana2018-08-151-0/+4
|
* unposted: _make: Allow pasted arguments for GNU make's -j option.Daniel Shahaf2018-08-131-0/+5
|
* 43275: Add log2 to match funcdana2018-08-131-0/+5
|
* unposted (PR #26): __git_files: fix double quotation of starMarc CornellĂ 2018-08-121-0/+5
| | | | | | | | | 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-091-0/+5
|
* 43261: Fix unary minus with base.Peter Stephenson2018-08-081-0/+5
| | | | | 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-071-0/+3
|
* 43252: fix various hg options for completionAnton Shestakov2018-08-071-0/+3
|
* 43250: add hg forget, phase, summary completionAnton Shestakov2018-08-071-0/+3
|
* 43251: fix some return values of _hg functionsAnton Shestakov2018-08-071-0/+3
|
* 43253: hg --style deprecated in favour of --templateAnton Shestakov2018-08-071-0/+5
|
* 43227: fix memory leaks in term{cap,info}.cJun-ichi Takimoto2018-08-011-0/+5
|
* 43207: Improve _bind_addresses, _phpdana2018-07-311-0/+6
| | | | | 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-311-0/+6
|
* 43225: Recalculate ZLE timeout.Peter Stephenson2018-07-301-0/+5
| | | | Needed when looping owing to having handled a special fd.
* 43184: Remove reference to ftp_sites.yoMatthew Martin2018-07-291-0/+2
|
* 43185: Use [ suffix for associative arrays; add + to remove-charsMatthew Martin2018-07-291-0/+5
|
* 43203: Add completion for luadana2018-07-251-0/+2
|
* 43200: Add completion for ip6tables*Simon Ruderich2018-07-251-0/+5
|
* 43196: Add completion for nginxdana2018-07-201-0/+4
|
* 43192: _pgrep: simplify completions of list of IDsJun-ichi Takimoto2018-07-201-0/+5
|
* 43186: Add completion for cronie/dcron/Vixie crontabdana2018-07-191-0/+5
| | | | | 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-191-0/+4
|
* 43189: _install: similar fix as 43187 for option -fJun-ichi Takimoto2018-07-191-0/+5
|
* 43187: Fix completion error about 'm' option of 'install' commandYasuhiro KIMURA2018-07-191-0/+5
|
* 43182: _lldb: complete process name after option -nJun-ichi Takimoto2018-07-181-0/+3
|
* 43166: new zathura completionDoron Behar2018-07-171-0/+5
|
* 43177: _grep: support bzgrep, and add a few options for macOSJun-ichi Takimoto2018-07-181-0/+5
|
* Remove ftp_sites.yo from Makefile.inPeter Stephenson2018-07-171-0/+2
|
* Update distro docs to remove dead linksMatthew Martin2018-07-171-0/+4
|
* 43176: Add note on compatibility to start of manual.Peter Stephenson2018-07-171-0/+5
| | | | Default mode is not POSIX.
* 43172: document escaping colon in zformat -aTim Smith2018-07-161-0/+5
|
* 43164: _gcc: fix 'args=' to 'args+=', and update a few optionsJun-ichi Takimoto2018-07-111-0/+5
|
* 43155: _gcc: escape ':' in action for -stdJun-ichi Takimoto2018-07-111-0/+4
|
* 43156, 43157: Need to allow for extra space in gethere().Peter Stephenson2018-07-101-0/+5
| | | | The point can now increment twice per iteration.
* users/23531: Error exit/return fixes.Peter Stephenson2018-07-091-0/+7
| | | | | | | | | | 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.