1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-08 12:01:21 +02:00
zsh/Completion/Unix/Command
m0viefreak 139ee0e351 32395: _git: diff: refactor and fix wrong completions
Before this, there were several cases where the completion
would offer the wrong things:

$ git diff branch -- <tab>

would try to complete "changed in workdir files", but needs to
complete all "tree files in HEAD".

$ git diff --cached -- file1 file2 <tab>
would try to complete "changed in workdir files" but needs to
complete "changed in index files".

...

After this change all possible combinations are taken into
account and completion should work properly.
2014-02-18 12:22:16 +01:00
..
.distfiles 32300: new od completion 2014-01-30 15:53:47 +00:00
_a2ps 20897: complete system printers in _a2ps 2005-03-01 11:57:48 +00:00
_aap 21540: update aap completion for version 1.076 2005-07-28 07:43:22 +00:00
_adb Eric Moors: 29531: Android debugger completion 2011-07-04 20:14:51 +00:00
_ant 27061: Nicolas Lalevée: importing files into ant 2009-06-27 20:22:48 +00:00
_antiword 26372: update antiword completion for version 0.37 2009-01-20 02:04:27 +00:00
_apachectl complete also for apache2ctl 2004-02-16 11:00:22 +00:00
_apm Joerg Sonnenberger: 21252: Dragonfly BSD support 2005-05-11 09:27:05 +00:00
_arp unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_arping Michal Halenka: 30800: fix arpping option 2012-11-15 21:04:07 +00:00
_at unposted: clean up completion descriptions as per Etc/completion-style-guide 2011-06-20 02:24:56 +00:00
_attr 19507: new completions 2004-03-01 12:22:51 +00:00
_awk 31182: _awk: Allow sticked arguments 2013-03-29 09:46:18 +00:00
_baz 25276: use autoload -z for zsh-autoload functions 2008-07-11 19:12:22 +00:00
_bison 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
_bittorrent 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
_bogofilter 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
_bzip2 30795: new xz completion and comple --fast and --best for bzip2 2012-11-12 08:47:16 +00:00
_bzr Roman Kaminski: 30738: bzr send command 2012-10-19 12:53:48 +00:00
_cal various cleanups: fix indentation and capitalisation of descriptions 2005-08-01 16:26:28 +00:00
_calendar 26801: add completion for calendar function 2009-04-01 10:57:10 +00:00
_cat 31909: new cat completion 2013-10-27 16:38:24 +00:00
_ccal various cleanups: fix indentation and capitalisation of descriptions 2005-08-01 16:26:28 +00:00
_cdcd unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_cdrdao unposted, see 32054: Rationalise character encoding. 2013-11-27 15:56:44 +00:00
_cdrecord 23475: call $service instead of 'cdrecord', in case we are using wodim. 2007-05-27 16:57:55 +00:00
_chkconfig 21302: make sure expl is declared local in completion functions 2005-06-08 05:33:45 +00:00
_chmod 32231: _chmod was confused by options before the mode 2014-01-05 18:04:15 +00:00
_chown 25131: typo with b:zstat loading zstat 2008-06-03 09:30:56 +00:00
_clay Stepan Koltsov: 30632: new _clay completion 2012-08-17 15:47:41 +00:00
_comm 23814: fixes for Darwin. 2007-09-27 11:47:23 +00:00
_compress 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
_configure 27518: suggest some more configure argument patterns 2009-12-14 21:35:02 +00:00
_cowsay 22404: completion for cowsay 2006-04-06 01:50:28 +00:00
_cp 31357: _cp: add support for Mac OS X 2013-04-29 17:11:05 +02:00
_cpio
_cplay 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
_cssh 22543: completion for clusterssh. 2006-07-09 18:50:02 +00:00
_cut 31058: add completion of options from newer versions of some commands 2013-02-21 10:49:22 +00:00
_cvs 28052: remove duplicated completion of the cvs version subcommand 2010-06-22 02:20:44 +00:00
_darcs Nicolas Pouillard: 27028: new darcs completion 2009-07-02 09:00:45 +00:00
_date Jun T.: 27010: _date in Darwin 2009-05-28 11:57:18 +00:00
_dbus 30697: new completion definition for dbus-send and dbus-monitor 2012-09-27 23:33:57 +00:00
_dd
_devtodo Daniel Friesel: 31265: improved option handling for devtodo. 2013-04-16 09:46:46 +01:00
_df 31984: new df completion 2013-11-14 15:10:57 +00:00
_dhclient various cleanups: fix indentation and capitalisation of descriptions 2005-08-01 16:26:28 +00:00
_dict 18449: complete dictionary databases and strategies, handle suffixes better and 2003-04-18 08:34:49 +00:00
_diff
_diffstat 22298: completion for diffstat 2006-02-22 02:56:03 +00:00
_django 30960: Alexey Bezhan: compatibility issue with django completion 2013-01-14 09:56:07 +00:00
_dmidecode 23586: completion for dmidecode. 2007-06-23 21:28:50 +00:00
_du 31281: _du: add support for Mac OS X 2013-04-20 11:56:04 +02:00
_dvi 23720: handle arguments to dvips -P as part of the same word. 2007-07-29 14:44:34 +00:00
_ecasound unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_elinks 28051: update elinks completion for version 0.12pre5 2010-06-22 01:01:07 +00:00
_elm 18121: add new function for completing e-mail addresses 2003-01-17 09:23:34 +00:00
_enscript
_env Benjamin R. Haskell: 27399: argument problem in env completion 2009-11-15 17:42:09 +00:00
_espeak 27559: espeak language codes and voice names. 2010-01-04 20:34:34 +00:00
_etags 31203: add new etags completion. 2013-04-04 16:02:52 +01:00
_fakeroot tidy up of many completions (updates, fixes, improvements and plain aesthetics) 2003-07-31 15:26:13 +00:00
_feh Simon Ruderich: 28002: fix bad _feh update commit 2010-06-07 04:59:54 +00:00
_fetchmail
_ffmpeg Haakon Riiser: 29895, 29897: _ffmpeg, _nmcli 2011-11-08 09:51:31 +00:00
_figlet 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
_find 30802: add new command switches 2012-11-16 23:01:06 +00:00
_finger 18631: returning too early breaks prefix-needed style set to false 2003-06-25 09:03:04 +00:00
_flasher 22005: completion for flasher utility for Nokia 770 Internet Tablet. 2005-11-17 02:45:20 +00:00
_flex 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
_fortune various cleanups: fix indentation and capitalisation of descriptions 2005-08-01 16:26:28 +00:00
_fsh tidy up of many completions (updates, fixes, improvements and plain aesthetics) 2003-07-31 15:26:13 +00:00
_fuser unposted: fix typo in pattern 2011-01-16 15:11:42 +00:00
_gcc 30632: gcc completion enhancements for clang etc. 2012-08-17 15:43:25 +00:00
_gdb 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
_genisoimage 23745: partial completion for genisoimage. 2007-08-08 02:25:43 +00:00
_getconf 30456: Completion/Unix/Command/_getconf: Use new array syntax. 2012-05-01 12:33:13 +00:00
_getent 30793: account for eglibc in _pick_variant patterns 2012-11-11 22:18:16 +00:00
_getfacl unposted: fix _getfacl 2009-05-09 13:57:29 +00:00
_getmail 23117: strip out erroneous commas. 2007-01-21 16:47:31 +00:00
_git 32395: _git: diff: refactor and fix wrong completions 2014-02-18 12:22:16 +01:00
_global tidy up of many completions (updates, fixes, improvements and plain aesthetics) 2003-07-31 15:26:13 +00:00
_gnu_generic
_gnupod unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_gnutls 29328: Another missing backslash in _git, remove some not needed backslashes in array definitions. 2011-05-22 02:13:55 +00:00
_go minor typo 2011-05-23 13:10:24 +00:00
_gpg 29328: Another missing backslash in _git, remove some not needed backslashes in array definitions. 2011-05-22 02:13:55 +00:00
_gphoto2 Mikael Magnusson: 19405: new completion for gphoto2 2004-02-04 14:33:21 +00:00
_gprof 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
_gradle Jesper Nygårds: 31012: gradle completion update 2013-01-29 19:32:22 +00:00
_graphicsmagick c.f. 31531: complete xcf files for image manipulation packages 2013-07-19 19:30:27 +01:00
_grep unposted: add --exclude-dir grep option 2009-12-14 16:53:34 +00:00
_groff * 20939: Completion/Unix/Command/_groff: completion for groff command. 2005-03-07 02:59:24 +00:00
_growisofs unposted, see 32054: Rationalise character encoding. 2013-11-27 15:56:44 +00:00
_gs 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
_guilt 23580: rudimentary completion for guilt. 2007-06-22 10:54:07 +00:00
_gzip 31433: zcat -f doesn't need suffix .gz 2013-05-29 19:21:34 +01:00
_hg 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
_iconv 32056: Handle completion for different versions of iconv 2013-12-09 10:31:49 +00:00
_id 24188: completion for GNU id. 2007-12-08 16:48:44 +00:00
_ifconfig Joerg Sonnenberger: 21252: Dragonfly BSD support 2005-05-11 09:27:05 +00:00
_iftop Tomasz Pala <gotar@polanet.pl>: users/12884: 2008-05-29 12:51:15 +00:00
_imagemagick c.f. 31531: complete xcf files for image manipulation packages 2013-07-19 19:30:27 +01:00
_init_d 30429: avoid error in _init_d when service doesn't exist 2012-04-25 09:12:58 +00:00
_initctl 29448: complete symlinks to files in _initctl too 2011-06-03 20:53:16 +00:00
_ip 32238: suppress error output completing after ip 2014-01-07 19:25:32 +00:00
_irssi 30794: update completions for new options 2012-11-12 08:21:15 +00:00
_ispell 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
_java 30490: _java: -keystore takes a file argument, so complete files 2013-03-10 12:38:18 +00:00
_joe unposted: reindent and use lowercase letters for descriptions 2005-12-09 19:25:03 +00:00
_join 25018: Omari Norman: completion for awk, join, sort 2008-05-13 16:08:35 +00:00
_killall 20180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systems 2004-07-23 14:19:28 +00:00
_knock * 20940: Completion/Unix/Command/_knock: completion for knock command. 2005-03-07 03:07:05 +00:00
_kvno 21393: add missing local declarations 2005-08-01 16:23:23 +00:00
_last 22113: allow single option characters to be combined in completion for last 2006-01-02 01:57:36 +00:00
_ldd 30793: account for eglibc in _pick_variant patterns 2012-11-11 22:18:16 +00:00
_less 21316 (modified): new completion for ctags tags 2005-06-11 12:48:06 +00:00
_lha cat_in_136: 17200: new lha and nkf completions 2012-08-07 18:43:40 +00:00
_links unposted: declare _links vals parameter local 2005-06-30 14:41:53 +00:00
_ln 29707: Completion/Unix/Command/_ln: New _ln completer 2011-08-20 07:44:39 +00:00
_loadkeys
_locate unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_look 25452: redirect stderr from look to /dev/null. 2008-08-14 19:28:39 +00:00
_lp Silas Silva: users/17223: lp page-ranges option. 2012-09-05 09:09:48 +00:00
_ls 23814: fixes for Darwin. 2007-09-27 11:47:23 +00:00
_lsof 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
_lynx 28056: add option descriptions to _lynx 2010-06-23 01:03:29 +00:00
_lzop 19418: update completions to new versions 2004-02-13 18:42:03 +00:00
_mail 18121: add new function for completing e-mail addresses 2003-01-17 09:23:34 +00:00
_make 31840: "read" needs IFS unset to avoid stripping whitespace in makefiles 2013-10-18 08:35:22 -07:00
_man 28468: allow man page completion for files when / is present 2010-12-03 17:24:40 +00:00
_md5sum 23850: complete for GNU md5sum instead. 2007-09-28 08:51:33 +00:00
_mencal unposted: fix syntax error in _mencal introduced by recent cleanup. 2005-08-08 01:45:16 +00:00
_metaflac 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
_mh 24388: tidy up error if MH not available 2008-01-16 13:38:55 +00:00
_mkdir Mikael: 28585: don't set ret=0 on failure in _mkdir 2011-01-07 09:41:49 +00:00
_module unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_monotone 23151: partial completion for mtn (monotone) command. 2007-02-05 19:26:12 +00:00
_mosh 30503: rudimentary completion for mosh. 2012-06-10 03:35:51 +00:00
_mount 30811: new completion for btrfs and complete btrfs and ext4 mount options 2012-11-20 23:08:15 +00:00
_mpc 32245: complete more mpc arguments 2014-01-10 22:26:30 +00:00
_mt Joerg Sonnenberger: 21252: Dragonfly BSD support 2005-05-11 09:27:05 +00:00
_mtools
_mtr fix indentation, missing local and add to .distfiles 2004-03-12 16:32:08 +00:00
_mutt 30794: update completions for new options 2012-11-12 08:21:15 +00:00
_mysql_utils 20237: handle mysqlimport, more mysql options. Redo screen session completion 2004-08-07 19:01:09 +00:00
_mysqldiff 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
_ncftp
_netcat 17484: fix option check and add missing #autoload tag 2002-07-26 13:54:37 +00:00
_nice 23226: handle "nice -n<->" 2007-03-22 10:45:19 +00:00
_nkf cat_in_136: 17200: new lha and nkf completions 2012-08-07 18:43:40 +00:00
_nm complete directories in _nm 2011-12-01 14:55:28 +00:00
_nmap update for nmap 3.48 2003-10-09 09:46:15 +00:00
_notmuch 28648: notmuch completion by Ingmar Vanhassel. 2011-01-24 01:26:13 +00:00
_npm Johan Sundström: 28890: New _npm completion. 2011-03-20 10:34:33 +00:00
_nslookup
_od 32300: new od completion 2014-01-30 15:53:47 +00:00
_pack 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
_patch Mikael Magnusson: 27204: remove stray curly brace. 2009-08-05 00:35:16 +00:00
_pax 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
_pbm 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
_perforce Improve Perforce jobs completion to limit 2013-05-14 14:25:14 +01:00
_perl 29823: Completion/Unix/Command/_perl: Update for 5.14.1. 2011-10-22 19:47:10 +00:00
_perldoc Aaron Schrab: 30710: perldoc completion updates 2012-09-30 16:14:30 +00:00
_pgrep 29764, 29765: fix various problems with _pgrep. 2011-09-16 12:18:40 +00:00
_php 29328: Another missing backslash in _git, remove some not needed backslashes in array definitions. 2011-05-22 02:13:55 +00:00
_pine 19468: capitalize URL abbreviation in completion descriptions 2004-02-26 12:57:21 +00:00
_ping 21913: completion for ping. 2005-10-24 02:34:20 +00:00
_pkg-config unposted: remove RCS $Id$ comments. 2007-06-12 17:02:38 +00:00
_pkg_instance 25324: Danek Duvall: some Solaris and more general completions 2008-07-21 19:15:22 +00:00
_pkgadd unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_pkginfo unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_pkgrm unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_pon 22835: tidy up pon bit and add poff completion. 2006-10-07 08:58:38 +00:00
_postfix * 20634: Completion/Unix/Command/_postfix: completion for postsuper. 2004-12-24 19:50:15 +00:00
_prcs 18631: returning too early breaks prefix-needed style set to false 2003-06-25 09:03:04 +00:00
_printenv 19364: completion for printenv 2004-01-14 17:03:56 +00:00
_prove Fix _prove completer commit (was html) 2013-02-01 13:30:35 +00:00
_psutils c.f. 31071: remove duplicate _osc and rename _ps to avoid name clash 2013-02-27 21:43:15 +00:00
_pump various cleanups: fix indentation and capitalisation of descriptions 2005-08-01 16:26:28 +00:00
_pydoc 26494: completion for pydoc. 2009-01-30 16:29:06 +00:00
_python 32255: complet for python under some pythonN.M names 2014-01-14 15:44:49 +00:00
_qemu 31558: name of qemu executable changed in completion. 2013-07-22 19:03:54 +01:00
_quilt 30354: Luka Perkov: quilt completion update 2012-03-13 09:48:14 +00:00
_raggle unposted: update raggle completion for version 0.4.4 2006-04-14 12:49:14 +00:00
_rake 26361: update rake completion for version 0.8.3 2009-01-19 04:48:18 +00:00
_ranlib Jesse Weinstein: 23878: completion for ranlib. 2007-10-01 13:22:02 +00:00
_rar 22046: descriptions for unrar commands, some additional switches. 2005-11-29 16:39:20 +00:00
_rcs 19507: new completions 2004-03-01 12:22:51 +00:00
_renice 18458: handle the prefix-needed style in _describe -o and new completion for renice 2003-04-22 12:32:43 +00:00
_ri 28574: Ben: use bs format in ri 2011-01-06 19:30:10 +00:00
_rlogin 29918: Completion: Add new _remote_files() helper and use it to reduce code duplication. 2011-12-09 22:39:08 +00:00
_rm Greg K: Replace 27377 with 27391. 2009-11-12 04:19:42 +00:00
_rrdtool 23556: completion for rrdtool. 2007-06-13 15:39:12 +00:00
_rsync Add new options for rsync 3.1.0. 2013-10-06 16:53:21 -07:00
_rubber 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
_ruby Alexey: 27445: ruby completion argument 2009-12-01 19:34:03 +00:00
_sablotron 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
_samba
_sccs 28761: file completion for sccs 2011-02-17 19:54:06 +00:00
_screen 29027: _screen: support "/dev/ttyUSB0 [baud]"-style arguments. 2011-04-21 21:05:48 +00:00
_sed 31058: add completion of options from newer versions of some commands 2013-02-21 10:49:22 +00:00
_service "Akinori MUSHA: 27892: update service & init completion for FreeBSD 2010-04-20 08:59:32 +00:00
_setfacl Mikael: 28343: fix setfacl completion 2010-10-12 08:45:06 +00:00
_sh 31818: fix completion for zsh in _sh, and document the _arguments behavior that made the fix necessary 2013-10-12 09:19:24 -07:00
_showmount * 20942: Completion/Unix/Command/_showmount: completion for showmount command. 2005-03-07 03:18:53 +00:00
_sisu 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
_slrn tidy up of many completions (updates, fixes, improvements and plain aesthetics) 2003-07-31 15:26:13 +00:00
_socket
_sort 31077: update for new options in GNU sort 2013-02-27 22:17:29 +00:00
_spamassassin
_sqlite Ben: 30118: sqlite completion 2012-01-23 10:03:08 +00:00
_sqsh unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_ssh 32316: complete new ssh key type 2014-01-29 09:24:54 +00:00
_stgit Stepan Koltsov: 30105: fix stgit delete completion 2012-01-09 19:48:12 +00:00
_strip Nikolai Weibull: 24046: improve completion for Solaris and GNU strips. 2007-11-11 02:55:07 +00:00
_stty
_su 22110: more intelligent su completion 2006-01-16 16:32:43 +00:00
_subversion 31356: typo in new _comp_locale noted by Bart 2013-04-29 15:07:30 +01:00
_sudo 30198: fix environ style lookup to be done in conventional manner 2012-02-14 17:01:17 +00:00
_surfraw unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_sysctl 22050: fixes for Debian GNU/kfreebsd 2005-12-05 14:22:52 +00:00
_systemd unposted, see 32050, 32051: remove non-ASCII characters in functions 2013-11-25 16:11:10 +00:00
_tar 30019: _tar: fix parsing of argument to -C. 2011-12-13 19:33:15 +00:00
_tardy 22888: completion for tardy. 2006-10-20 12:22:54 +00:00
_tcpdump unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_tcptraceroute 22450: completion for tcptraceroute. 2006-05-20 16:42:50 +00:00
_telnet Aaron Schrab: 30636: telnet-ssl option completion 2012-08-23 09:10:12 +00:00
_tex 28631: gi1242+zsh@gmail.com (as in 28633): completion updates 2011-01-16 20:37:32 +00:00
_texinfo 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
_tidy 18369: update _tidy completion 2003-03-20 23:49:05 +00:00
_tiff 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
_tin 23686: respect TIN_HOMEDIR environment variable. 2007-07-19 15:53:18 +00:00
_tla 25276: use autoload -z for zsh-autoload functions 2008-07-11 19:12:22 +00:00
_tmux c.f 30482 (Peter Jaros): typo in description. 2012-05-21 16:31:11 +00:00
_todo.sh unposted: more todo.sh commands 2010-08-19 16:08:30 +00:00
_toilet 23005: completion for toilet. 2006-11-18 04:15:12 +00:00
_topgit 26023: skeletal completion for tg (topgit). 2008-11-11 12:13:50 +00:00
_totd 22000: completion for totdconfig. 2005-11-11 20:44:31 +00:00
_tracepath 22449: completion for tracepath and tracepath6. 2006-05-20 16:40:08 +00:00
_tree users/16057: add _tree 2011-05-31 12:38:32 +00:00
_twidge 29690: new _twidge and _cryptsetup completers from Daniel Friesel. 2011-08-17 10:24:34 +00:00
_twisted Eric P Mangold: 31016: updated twisted completion using internally 2013-02-03 19:40:23 +00:00
_unace Henryk Konsek: 20918: new completion for unace 2005-03-03 13:54:50 +00:00
_uname Markus Waldeck: 24117: completion for uname. 2007-11-23 15:47:21 +00:00
_unexpand unposted: remove RCS $Id$ comments. 2007-06-12 17:02:38 +00:00
_uniq Jun T.: 30658: complete more uniq options 2012-09-05 14:54:39 +00:00
_unison unposted: clean up completion descriptions as per Etc/completion-style-guide 2011-06-20 02:24:56 +00:00
_units unposted: more _units tweaks 2007-06-05 10:39:14 +00:00
_user_admin 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
_uzbl 27847: completion for uzbl. 2010-03-30 18:37:36 +00:00
_vcsh 31571: Completion/Unix/Command/_vcsh: Update 2013-07-24 22:03:55 +02:00
_vim users/17382: complete URLs for vim and make _remote_files more 2012-11-07 20:59:09 +00:00
_vorbis Markus Waldeck: 24799: complete .spx files for ogg123. 2008-04-07 20:35:46 +00:00
_vorbiscomment 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
_vux 21294: fix incorrectly capitalized completion descriptions 2005-06-01 10:02:28 +00:00
_w3m * unposted: add missing compset -S calls to _w3m 2005-07-03 11:11:20 +00:00
_webbrowser add evince, zathura, dwb to command lists of basic completions 2012-10-07 12:57:24 +00:00
_wget 31058: add completion of options from newer versions of some commands 2013-02-21 10:49:22 +00:00
_whereis
_whois
_wiggle 19507: new completions 2004-03-01 12:22:51 +00:00
_xargs
_xmlsoft 31058: add completion of options from newer versions of some commands 2013-02-21 10:49:22 +00:00
_xmms2 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
_xz 30795: new xz completion and comple --fast and --best for bzip2 2012-11-12 08:47:16 +00:00
_yafc unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
_yodl Added missing closing double-quote. 2005-02-10 08:10:04 +00:00
_yp 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
_zcat
_zdump 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
_zfs 32261: completion updates for Solaris 11, Update 1 2014-01-02 22:26:04 +00:00
_zip 27658: work around globbing problems in zip completion 2010-02-08 10:24:38 +00:00
_zpool 32261: completion updates for Solaris 11, Update 1 2014-01-02 22:26:04 +00:00