about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* 33323: fix bug in removing math functions and complete -M option to functionsOliver Kiddle2014-10-021-4/+11
|
* 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completionBarton E. Schaefer2014-10-021-2/+0
| | | | add typtab_flags bits (replaces specialcomma boolean) to record any unusual handling of typtab entries; signal safety; make bangchar non-special during completion lexing of the command line.
* 33315: fix pattern to match freebsd10 and laterOliver Kiddle2014-10-021-3/+6
|
* 33284: Completion/Unix/Command/_*magick: Add JPEG 2000 file extensionsAxel Beckert2014-10-022-2/+2
|
* 33252: complete more notmuch subcommandsWieland Hoffmann2014-09-261-0/+3
|
* 33238: correct return valuesOliver Kiddle2014-09-251-234/+191
|
* 33224: complete directory as second btrfs argumentEric Cook2014-09-241-1/+2
|
* 33223: discard stderr except when _complete_debug is in progress.Barton E. Schaefer2014-09-231-2/+15
|
* 33180: _git: add missing --3way optionØystein Walle2014-09-231-0/+1
|
* 33177: _git: fix typo in git-applyØystein Walle2014-09-231-1/+1
|
* 33178: _git: updates for Git 2.1.0Øystein Walle2014-09-231-5/+21
| | | | This incorporates changes mentioned in the release notes since 2.0.0.
* 33176: _git: Add missing --list to git-tagØystein Walle2014-09-231-1/+1
|
* 33179: _git: updates for Git 2.0.0Øystein Walle2014-09-231-3/+24
| | | | This incorporates changes mentioned in the release notes since 1.9.0.
* 33221 (including 33173 from Anthony Heading): _perforce tweak.Peter Stephenson2014-09-231-5/+10
| | | | | Complete directories when handling unmaintained files for add. Rationalise code and comments around this.
* unposted: add dvipdf to _dvi command listPeter Stephenson2014-09-231-1/+1
|
* 33218: complete m4a files for mplayerRichard Hartmann2014-09-231-1/+1
|
* 33198: new augeas completionOliver Kiddle2014-09-221-0/+58
|
* users/19113: reorganised cryptsetup completion functionOliver Kiddle2014-09-221-98/+77
|
* 33205: keep array of completions and array of display strings in sync when ↵Barton E. Schaefer2014-09-191-1/+1
| | | | filtering for matches
* 33137: _path_files: complete # to introduce a glob flagMikael Magnusson2014-09-161-7/+15
|
* 33150: completion git: fix send-email --confirm valuesMarc Finet2014-09-141-1/+1
|
* 33151: completion git: support aliases when \n existMarc Finet2014-09-141-3/+7
| | | | | The git completion for aliases (i.e. completing with aliased verb) was broken whem some \n exist in aliases.
* 33132: use ip on Linux to get interface namesEric Cook2014-09-091-9/+18
|
* 33061: More useful setopt / unsetopt completionMikael Magnusson2014-09-062-18/+14
|
* 33108: stgit --patch completionAlexandre Rames2014-09-041-0/+11
|
* 33088: indentation in $PS4Barton E. Schaefer2014-09-031-0/+2
|
* 33081: suppress unnecessary error messageMark Oteiza2014-09-011-2/+2
|
* 33069: remove internal quoting before lookup when expanding aliases in an ↵Barton E. Schaefer2014-08-301-0/+2
| | | | unquoted word
* un-transpose help text for git merge -{-no,}-verifyBarton E. Schaefer2014-08-241-2/+2
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-2338-700/+0
|
* 33046: new completion for "chsh"Barton E. Schaefer2014-08-233-1/+42
|
* Update .distfiles for _dockerBarton E. Schaefer2014-08-201-0/+1
|
* 33032: new completion for dockerLokesh Mandvekar2014-08-201-0/+410
|
* 32998: completion function updatesOliver Kiddle2014-08-145-37/+132
|
* 32997: new utility function for separated listsOliver Kiddle2014-08-145-19/+46
|
* 32925: complete process groups, partly as a way to suppress insertion of ↵Oliver Kiddle2014-08-131-1/+5
| | | | ambiguous PID prefix
* 32893: move use of _call_program inside the _tags loop to allow processes to ↵Oliver Kiddle2014-08-131-19/+24
| | | | be separated
* unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release zsh-5.0.5-dev-1Peter Stephenson2014-08-103-0/+4
|
* Rename _SuSEconfig to _SUSEconfigPeter Stephenson2014-08-062-1/+1
|
* 32593: update --vga option in _qemuBarton E. Schaefer2014-07-281-1/+1
|
* 32911: Expand bpython completion to bpython2 and bpython3Axel Beckert2014-07-261-4/+4
|
* 32816: Add completion for bpython and variantsSebastian Ramacher2014-07-261-0/+46
|
* 32817: Add completion for moosicOmari Norman2014-07-261-0/+487
|
* users/18981: improved tmux function completionKeerthan jai.c2014-07-231-2/+3
|
* Resolve conflict with origin/masterBarton E. Schaefer2014-07-231-1/+1
|
* 32849: new completion for Linux ss (netstat alternative)Oliver Kiddle2014-07-172-0/+99
|
* 32848: fix words array before using _normal for script argumentsOliver Kiddle2014-07-173-65/+114
|
* 32863: completion for mpc insert commandKoen Wilde2014-07-151-1/+2
|
* 32814: Add some more recent dpkg optionsSebastian Ramacher2014-07-041-0/+12
| | | | | | | | Expands dpkg completion by adding the --add-architecture, --remove-architecture, and --print-foreign-architectures options. Initially submitted to Debian at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681518#13
* 32815: aptitude completion missing resolver optionsDaniel Bolton2014-07-041-0/+2
| | | | | | Expand aptitude completion by two boolean options Initially submitted to Debian at https://bugs.debian.org/702760