Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 43359: further review of git remote set-url completion | Oliver Kiddle | 2018-08-31 | 1 | -26/+17 |
| | |||||
* | 42810: git remote set-url completion | pseyfert | 2018-08-31 | 1 | -7/+22 |
| | |||||
* | 43350: _zsh: support --emulate | Jun-ichi Takimoto | 2018-08-30 | 1 | -1/+4 |
| | |||||
* | 43349: new completion for eog | Jun-ichi Takimoto | 2018-08-30 | 1 | -0/+24 |
| | |||||
* | 43351: handle the new diff implementation in the pre-release version of ↵ | Oliver Kiddle | 2018-08-29 | 1 | -60/+61 |
| | | | | FreeBSD 12 | ||||
* | 43346: various completion option updates | Oliver Kiddle | 2018-08-29 | 20 | -44/+93 |
| | |||||
* | 43348: _hg: check for both -r and --rev | Anton Shestakov | 2018-08-29 | 1 | -2/+2 |
| | |||||
* | 43347: _hg: use revsets for suggestions for hg merge | Anton Shestakov | 2018-08-29 | 1 | -6/+2 |
| | |||||
* | 43345: don't modify global variable in _umountable | Oliver Kiddle | 2018-08-28 | 2 | -2/+2 |
| | |||||
* | unposted: correct completion argument order for dkms | Oliver Kiddle | 2018-08-28 | 1 | -3/+3 |
| | |||||
* | unposted: completion for argument to strings -s was missing | Oliver Kiddle | 2018-08-28 | 1 | -1/+1 |
| | |||||
* | unposted: complete also for bsdtar | Oliver Kiddle | 2018-08-28 | 1 | -1/+1 |
| | |||||
* | unposted: fix typo in svccfg completion function call | Oliver Kiddle | 2018-08-28 | 1 | -1/+1 |
| | |||||
* | 43331: _diff3: Enhance positional argument descriptions (thanks, Oliver). | Daniel Shahaf | 2018-08-25 | 1 | -3/+3 |
| | |||||
* | 43330: complete more options to cu | Oliver Kiddle | 2018-08-24 | 1 | -9/+50 |
| | |||||
* | 43329: new diff3 completion | Oliver Kiddle | 2018-08-24 | 1 | -0/+46 |
| | |||||
* | 43328: new zeal completion | Oliver Kiddle | 2018-08-24 | 1 | -0/+43 |
| | |||||
* | unposted: Fix --ascii typo in _man | dana | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | 43325: _hg: suggest merge tools for -t/--tool | Anton Shestakov | 2018-08-23 | 1 | -4/+20 |
| | |||||
* | 43326: _hg: add completion of -S/--subrepos to many commands | Anton Shestakov | 2018-08-23 | 1 | -10/+14 |
| | |||||
* | github #27: add --folder-uri to completion for Visual Studio Code | Klas Mellbourn | 2018-08-23 | 1 | -1/+3 |
| | |||||
* | 43301: add some functions from zsh-completions project | Oliver Kiddle | 2018-08-23 | 5 | -0/+301 |
| | |||||
* | 43302: Fix _du -B spec | dana | 2018-08-15 | 1 | -2/+2 |
| | |||||
* | unposted: _make: Allow pasted arguments for GNU make's -j option. | Daniel Shahaf | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | unposted (PR #26): __git_files: fix double quotation of star | Marc CornellĂ | 2018-08-12 | 1 | -1/+1 |
| | | | | | | | | | 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>`. | ||||
* | 43254: remove hg -w completion, add hg -S | Anton Shestakov | 2018-08-07 | 1 | -69/+69 |
| | |||||
* | 43252: fix various hg options for completion | Anton Shestakov | 2018-08-07 | 1 | -71/+118 |
| | |||||
* | 43250: add hg forget, phase, summary completion | Anton Shestakov | 2018-08-07 | 1 | -0/+20 |
| | |||||
* | 43251: fix some return values of _hg functions | Anton Shestakov | 2018-08-07 | 1 | -10/+18 |
| | |||||
* | 43253: hg --style deprecated in favour of --template | Anton Shestakov | 2018-08-07 | 1 | -9/+9 |
| | |||||
* | 43207: Improve _bind_addresses, _php | dana | 2018-07-31 | 2 | -66/+205 |
| | | | | | 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. | ||||
* | 43185: Use [ suffix for associative arrays; add + to remove-chars | Matthew Martin | 2018-07-29 | 1 | -1/+2 |
| | |||||
* | 43203: Add completion for lua | dana | 2018-07-25 | 1 | -0/+63 |
| | |||||
* | 43200: Add completion for ip6tables* | Simon Ruderich | 2018-07-25 | 1 | -3/+3 |
| | |||||
* | 43196: Add completion for nginx | dana | 2018-07-20 | 1 | -0/+20 |
| | |||||
* | 43192: _pgrep: simplify completions of list of IDs | Jun-ichi Takimoto | 2018-07-20 | 1 | -89/+22 |
| | |||||
* | 43186: Add completion for cronie/dcron/Vixie crontab | dana | 2018-07-19 | 1 | -0/+68 |
| | | | | | 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 | 3 | -4/+4 |
| | |||||
* | 43189: _install: similar fix as 43187 for option -f | Jun-ichi Takimoto | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | 43187: Fix completion error about 'm' option of 'install' command | Yasuhiro KIMURA | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | 43182: _lldb: complete process name after option -n | Jun-ichi Takimoto | 2018-07-18 | 1 | -2/+3 |
| | |||||
* | 43166: new zathura completion | Doron Behar | 2018-07-17 | 2 | -1/+49 |
| | |||||
* | 43177: _grep: support bzgrep, and add a few options for macOS | Jun-ichi Takimoto | 2018-07-18 | 1 | -7/+13 |
| | |||||
* | 43164: _gcc: fix 'args=' to 'args+=', and update a few options | Jun-ichi Takimoto | 2018-07-11 | 1 | -4/+6 |
| | |||||
* | 43155: _gcc: escape ':' in action for -std | Jun-ichi Takimoto | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | 42995: Only complete active connections for nmcli connection down | David Klann | 2018-07-07 | 1 | -1/+7 |
| | |||||
* | 43046: Add mupdf completer | Matthew Martin | 2018-07-07 | 2 | -1/+54 |
| | |||||
* | 43106: Add ldap completer | Matthew Martin | 2018-07-07 | 1 | -0/+87 |
| | |||||
* | 43105: Improve pgrep/pkill completion | dana | 2018-07-03 | 1 | -61/+120 |
| | | | | | Contains minor changes to signal completion compared to the patch as originally posted | ||||
* | 43134: don't complete SIG in front of numeric signals | dana | 2018-07-03 | 1 | -1/+1 |
| |