summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2018-10-2343714: complete lp fit-to-page optionMarcin Mielniczuk1-1/+1
2018-10-2243713: Improve init.d command completiondana1-6/+20
2018-10-1743697: match uppercase filename extensions in zathura completionOliver Kiddle1-2/+2
2018-10-1743698: update options for git 2.19.1Oliver Kiddle1-37/+74
2018-10-0843623: Fix Completion iptables -t raw securitya-wing1-3/+3
2018-09-2543554 (tweaked): Fix zathura completion ignoring multiple plugin directories.Oliver Freyermuth1-3/+2
2018-09-2543544: Fix zathura filename completion derived from *.so plugin name.Oliver Freyermuth1-1/+1
2018-09-24users/23642: Revert _files change from workers/42984Takeshi Banse1-1/+1
See also users/23635
2018-09-23gitlab !2: _toilet: detect .flf files as well as .tlf onesNoam Barnea1-1/+1
2018-09-1943502: Search XDG_DATA_DIRS in _setxkbmap completionMaximilian Bosch1-4/+6
2018-09-1843464: complete options for the valgrind drd tool and update them for helgrindOliver Kiddle1-7/+40
2018-09-14_svn: Allow hyphens in command name aliases.Daniel Shahaf1-1/+1
Used by svn 1.11.0-rc1.
2018-09-12unposted: _svn: Complete --accept=recommended, new in 1.10.0.Daniel Shahaf1-1/+1
2018-09-1243443: _git: When completing worktrees, show the ref and hash of each worktree.Daniel Shahaf1-2/+19
2018-09-1243442: _git: Break out a helper function.Daniel Shahaf1-2/+6
2018-09-0643366: _compdef: Change and add sources for completed completion function names.Daniel Shahaf1-2/+3
Use ${(v)_comps} instead of going through $fpath again. Use ${functions} as well to find more legitimate matches, such as various __git_foo() helpers defined in ${^fpath}/_git.
2018-09-0543372: Add completion for e2labeldana1-0/+3
2018-08-31unposted: git describe's --long and --abbrev options are not mutually exclusiveOliver Kiddle1-2/+2
2018-08-3143359: further review of git remote set-url completionOliver Kiddle1-26/+17
2018-08-3142810: git remote set-url completionpseyfert1-7/+22
2018-08-3043350: _zsh: support --emulateJun-ichi Takimoto1-1/+4
2018-08-3043349: new completion for eogJun-ichi Takimoto1-0/+24
2018-08-2943351: handle the new diff implementation in the pre-release version of ↵Oliver Kiddle1-60/+61
FreeBSD 12
2018-08-2943346: various completion option updatesOliver Kiddle20-44/+93
2018-08-2943348: _hg: check for both -r and --revAnton Shestakov1-2/+2
2018-08-2943347: _hg: use revsets for suggestions for hg mergeAnton Shestakov1-6/+2
2018-08-2843345: don't modify global variable in _umountableOliver Kiddle2-2/+2
2018-08-28unposted: correct completion argument order for dkmsOliver Kiddle1-3/+3
2018-08-28unposted: completion for argument to strings -s was missingOliver Kiddle1-1/+1
2018-08-28unposted: complete also for bsdtarOliver Kiddle1-1/+1
2018-08-28unposted: fix typo in svccfg completion function callOliver Kiddle1-1/+1
2018-08-2543331: _diff3: Enhance positional argument descriptions (thanks, Oliver).Daniel Shahaf1-3/+3
2018-08-2443330: complete more options to cuOliver Kiddle1-9/+50
2018-08-2443329: new diff3 completionOliver Kiddle1-0/+46
2018-08-2443328: new zeal completionOliver Kiddle1-0/+43
2018-08-23unposted: Fix --ascii typo in _mandana1-1/+1
2018-08-2343325: _hg: suggest merge tools for -t/--toolAnton Shestakov1-4/+20
2018-08-2343326: _hg: add completion of -S/--subrepos to many commandsAnton Shestakov1-10/+14
2018-08-23github #27: add --folder-uri to completion for Visual Studio CodeKlas Mellbourn1-1/+3
2018-08-2343301: add some functions from zsh-completions projectOliver Kiddle5-0/+301
2018-08-1543302: Fix _du -B specdana1-2/+2
2018-08-13unposted: _make: Allow pasted arguments for GNU make's -j option.Daniel Shahaf1-1/+1
2018-08-12unposted (PR #26): __git_files: fix double quotation of starMarc CornellĂ 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>`.
2018-08-0743254: remove hg -w completion, add hg -SAnton Shestakov1-69/+69
2018-08-0743252: fix various hg options for completionAnton Shestakov1-71/+118
2018-08-0743250: add hg forget, phase, summary completionAnton Shestakov1-0/+20
2018-08-0743251: fix some return values of _hg functionsAnton Shestakov1-10/+18
2018-08-0743253: hg --style deprecated in favour of --templateAnton Shestakov1-9/+9
2018-07-3143207: Improve _bind_addresses, _phpdana2-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.
2018-07-2943185: Use [ suffix for associative arrays; add + to remove-charsMatthew Martin1-1/+2