summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2018-07-1143164: _gcc: fix 'args=' to 'args+=', and update a few optionsJun-ichi Takimoto2-4/+11
2018-07-1143155: _gcc: escape ':' in action for -stdJun-ichi Takimoto2-1/+5
2018-07-1043156, 43157: Need to allow for extra space in gethere().Peter Stephenson2-3/+10
The point can now increment twice per iteration.
2018-07-09users/23531: Error exit/return fixes.Peter Stephenson3-0/+41
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.
2018-07-0742995: Only complete active connections for nmcli connection downDavid Klann2-1/+10
2018-07-0743046: Add mupdf completerMatthew Martin3-1/+57
2018-07-0743106: Add ldap completerMatthew Martin2-0/+91
2018-07-0343105: Improve pgrep/pkill completiondana2-61/+125
Contains minor changes to signal completion compared to the patch as originally posted
2018-07-0343134: don't complete SIG in front of numeric signalsdana2-1/+6
2018-07-0243108, 43121: _killall: complete various optionsJun-ichi Takimoto2-5/+78
2018-07-0143059: _gpg: Use explicit UIDs for state = public keys.Doron Behar2-7/+60
Use the `--with-colons` option and parse the output according to the format specified in the documentation.
2018-07-0143107: add an option to _ttys to complete only open ttysJun-ichi Takimoto4-8/+20
Use the option in _ps and _watch-snoop
2018-06-2923519: Use tag remote-files for remote filesPeter Stephenson3-3/+16