summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2018-01-0542221: update enscript completion for GNU enscript 1.6.6Oliver Kiddle1-68/+113
2018-01-0542222: _object_files: recognize .dylib (macOS)dana1-1/+1
2018-01-0442214: use less general names on new functions for completing file flags and ↵dana6-4/+4
modes
2018-01-04github #21: update nmcli completions to be compatible with recent version 1.8.4Maciek Makowski2-244/+373
2018-01-0442210: factor out completion of file modes and flags and handle ↵dana6-89/+113
_comp_priv_prefix for chflags
2018-01-0442209: take account of numeric options such as -4 instead of -t4dana1-0/+4
2018-01-0442209: fix option descriptions for non-GNU variants of trdana1-1/+1
2018-01-0342208: fix use of cache variables in yp completionOliver Kiddle1-14/+16
2018-01-0342207: support g prefixes for GNU variants on systems like macOS+Homebrewdana16-16/+16
2018-01-0342117: use anonymous function rather than define one in user namespaceMatthew Martin1-38/+42
2018-01-0242171: prevent parameters of various parameters from becoming globalEric Cook18-17/+19
2017-12-3142183: _objdump: support LLVM variantJun-ichi Takimoto1-4/+74
2017-12-3042186: _apt: Fix completion of target_release names, e.g., 'apt install ↵Daniel Shahaf1-1/+1
zsh/<TAB>'. When local-apt-repository is installed, 'apt-cache policy' contains . 100 /var/lib/dpkg/status release a=now 500 file:/var/lib/local-apt-repository ./ Packages release o=local-apt-repository,c= . which was matched by the pattern being patched.
2017-12-2842175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto6-17/+26
_call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'.
2017-12-2742176: _tar: update long optionsJun-ichi Takimoto1-2/+8
2017-12-22dana: various OpenSSH completion improvementsdana1-45/+53
2017-12-2042138: _git-revert: Complete recent commits first.Daniel Shahaf1-1/+1
2017-12-20* 42143: fix a pattern in _object_filesJun-ichi Takimoto1-1/+2
2017-12-1342113: BSD complation updates.Peter Stephenson4-109/+164
Remove use of pkg_* for FreeBSD. Add BSD architecture utilities.
2017-11-2042037: COMP_POINT for bash completion was miscalculated.Peter Stephenson1-1/+1
2017-11-1342019: update options in git completion to 2.15Oliver Kiddle1-64/+164
also improve format completion for git tag and for-each-ref
2017-11-13gitlab #1: update options for sqlite 3.21.0Oliver Kiddle1-1/+4
2017-11-13Specify system python in dnf completionMalcolm Ramsay1-2/+2
The python executable in the python_exec variable was the python[2|3] executable found in $PATH. When the python[2|3] executable was not the system installed version the completion command raised an `ImportError` as the 'dnf' module was not found. This commit just completely specifies the python version to be the system version `/usr/bin/python[2|3]`, allowing completion within a python dev environment.
2017-11-04unposted: _sshfs: Make the -o option repeatable, accept "--".Daniel Shahaf1-2/+3
2017-11-0341969: _sort: Clarify option description.Daniel Shahaf1-1/+1
2017-11-0241971: correctly break out of certain tag loops when there are matchesOliver Kiddle3-8/+5
2017-10-3141965: complete new functions -W and zmodload -s optionsOliver Kiddle2-1/+3
2017-10-3141963: update completion for gnutls 3.6.1Oliver Kiddle1-27/+52
2017-10-2941960: add missing local declarations for MATCH, MBEGIN and MENDSebastian Gniazdowski2-2/+4
2017-10-2941961: new ansible completionOliver Kiddle1-0/+281
2017-10-2941958: update util-linux completions to 2.31; new hexdump completionOliver Kiddle5-19/+74
2017-10-2941957: update git completion for git 2.14.3Oliver Kiddle1-4/+6
2017-10-2841927: complete "typeset -p"'s optional argument for multi-line outputOliver Kiddle1-1/+1
2017-10-2041943: Completion: add --clean for vimChristian Brabandt1-0/+1
Vim since patchlevel 8.0.0716 includes the --clean argument for starting in a clean mode (only loading defaults.vim and in non-cp mode).
2017-10-1641907: further deborphan updateGautam1-31/+31
2017-10-1641904: new deborphan and updated xrandr completionsGautam2-2/+47
2017-10-1341833 + 41838: _jq: New completion.Daniel Shahaf1-0/+34
2017-10-1141825/0002: _stat: Complete -x options to zsh/stat's 'zstat'.Daniel Shahaf1-15/+21
2017-10-1141825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat ↵Daniel Shahaf1-1/+8
builtin.
2017-10-1141855: completion option updates for OpenBSD 6.2 and handle macOS in rm ↵Oliver Kiddle4-60/+92
completion
2017-10-1141854: also complete options for ping on Solaris, Mac OS, NetBSD and OpenBSD ↵Oliver Kiddle1-66/+205
and for ping6
2017-10-1141853: update options for texinfo 6.5 and complete also for the pinfo info ↵Oliver Kiddle1-5/+30
reader
2017-10-1141849: handle both unexpand and expand in a single functionOliver Kiddle2-31/+22
They have some commonalities and using _unexpand dodges around the clash with the _expand completer.
2017-10-1141831: fix compset usage in ogg123 completion and tweak where compset -p is ↵Oliver Kiddle4-4/+4
a better choice than -P
2017-10-10unposted: rename _expand command completion to avoid clash with completerPeter Stephenson1-0/+0
2017-10-0741827: correct sense of description for ${...:?...} expansionOliver Kiddle1-1/+1
2017-10-0741826: dana: fix inaccuracies in completion description wording for ↵dana1-4/+4
parameter expansion flags
2017-10-0741823: new completions for some GNU coreutils utilitiesOliver Kiddle9-13/+236
2017-10-0441808: _git-cherry-pick: Typo fixesNoah Pendleton1-2/+2
2017-09-2841762: fix for completion in assignment to associative array elementOliver Kiddle1-1/+1