Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the 7 remaining options that were missing from the _arguments | Wayne Davison | 2004-10-13 | 1 | -0/+6 |
| | | | | list. | ||||
* | Got rid of "cmdargs" local since it is no longer used. | Wayne Davison | 2004-10-12 | 1 | -1/+1 |
| | |||||
* | Added the new options for 2.6.3 (only omitting --checksum-seed, which | Wayne Davison | 2004-10-07 | 1 | -2/+5 |
| | | | | is an advanced option that is not needed by normal users). | ||||
* | This version now uses a zsh function to parse the makefile instead | Wayne Davison | 2004-10-01 | 1 | -20/+91 |
| | | | | | | of awk or perl. That function has been enhanced to follow includes and to expand variables (which makes a target such as foo$(EXEEXT) expand into the right executable extention for the current system). | ||||
* | 20427: Fix problem with _oldlist and custom completer. | Peter Stephenson | 2004-10-01 | 1 | -1/+11 |
| | | | | 20339: show-completer style | ||||
* | * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵ | Clint Adams | 2004-09-30 | 1 | -9/+6 |
| | | | | not using awk. | ||||
* | 20414: Completion/Unix/Type/_diff_options: correct missing minus in ↵ | Clint Adams | 2004-09-28 | 1 | -1/+1 |
| | | | | --unified, spotted by Paul Wagland. | ||||
* | Some improvements suggested by Oliver. | Wayne Davison | 2004-09-28 | 1 | -12/+9 |
| | |||||
* | unposted: improve p4 add to ignore files being added already | Peter Stephenson | 2004-09-27 | 1 | -1/+7 |
| | |||||
* | Completion for the darcs revision control system. Derived from | Wayne Davison | 2004-09-25 | 1 | -0/+14 |
| | | | | the zsh completion example that ships with darcs. | ||||
* | Unposted: update _perforce for release 2004.2 | Peter Stephenson | 2004-09-21 | 1 | -16/+99 |
| | |||||
* | 20364: use $WIDGETSTYLE in _oldlist | Peter Stephenson | 2004-09-16 | 1 | -3/+3 |
| | |||||
* | Incorporate Jean-Baptiste Quenot's change that improves the parsing | Wayne Davison | 2004-08-24 | 1 | -1/+1 |
| | | | | of the <target ...> tag. | ||||
* | - Fixed the perl code that was using the @matches array. | Wayne Davison | 2004-08-21 | 1 | -4/+3 |
| | | | | - Simplified the other perl code just a little. | ||||
* | One of the new parenthetical expressions needs to not return a value | Wayne Davison | 2004-08-18 | 1 | -1/+1 |
| | | | | so that it doesn't put items into the @matches array. | ||||
* | Don't output a target "VAR" for a line of the form "VAR := VALUE". | Wayne Davison | 2004-08-18 | 1 | -4/+4 |
| | |||||
* | Don't output make targets all clumped into a single string when useperl | Wayne Davison | 2004-08-18 | 1 | -1/+1 |
| | | | | is enabled. | ||||
* | 20254: restrict scope of the default tag-order to fix a problem with cdrecord | Oliver Kiddle | 2004-08-11 | 1 | -0/+1 |
| | | | | completion. Ideally the tag-order should go but _arguments currently needs it. | ||||
* | 20237: handle mysqlimport, more mysql options. Redo screen session completion | Oliver Kiddle | 2004-08-07 | 2 | -70/+123 |
| | |||||
* | 20236: fix problem with keep-prefix style where a modifier removes the prefix | Oliver Kiddle | 2004-08-07 | 1 | -2/+3 |
| | |||||
* | 20235: sync remote file completion against _ssh to fix bug with quote handling | Oliver Kiddle | 2004-08-07 | 1 | -25/+20 |
| | |||||
* | * 20230: Completion/Debian/Command/_apt: dumb down apt-get | Clint Adams | 2004-08-01 | 1 | -1/+1 |
| | | | | install completion and always complete from all available packages. | ||||
* | 20204: Motoi Washida: typo in _retrieve_cache | Peter Stephenson | 2004-07-28 | 1 | -1/+1 |
| | |||||
* | 20200 plus unposted: fix MIME stuff, | Peter Stephenson | 2004-07-28 | 2 | -12/+17 |
| | | | | don't let _kfmclient drop through to `no more arguments' unnecessarily | ||||
* | 20199: improve MIME handling. | Peter Stephenson | 2004-07-26 | 5 | -1/+138 |
| | |||||
* | 20180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systems | Oliver Kiddle | 2004-07-23 | 1 | -3/+3 |
| | |||||
* | Motoi Washida: 20179: new completions for Mac OS X | Oliver Kiddle | 2004-07-23 | 5 | -0/+137 |
| | |||||
* | Jean-Baptiste Quenot: 20167: find targets enclosed in single quotes | Oliver Kiddle | 2004-07-19 | 1 | -1/+1 |
| | |||||
* | Fix typos in some descriptions. | Bart Schaefer | 2004-06-24 | 1 | -3/+3 |
| | |||||
* | 20077: fix completion of reserved words | Oliver Kiddle | 2004-06-18 | 2 | -2/+2 |
| | |||||
* | _arguments fix for configure, unconfirmed | Peter Stephenson | 2004-06-18 | 1 | -2/+2 |
| | |||||
* | 20069: complete character encodings case-insensitively for GNU iconv | Oliver Kiddle | 2004-06-17 | 1 | -25/+25 |
| | |||||
* | 20059: check for systems using . separator instead of for those using : | Oliver Kiddle | 2004-06-17 | 1 | -3/+3 |
| | |||||
* | users/7553: include zsh version in dump file to avoid problems with upgrades | Oliver Kiddle | 2004-06-16 | 2 | -2/+4 |
| | |||||
* | 20055: Completion/Unix/Command/_tla: additions and fixes from Jason McCarty. | Clint Adams | 2004-06-15 | 1 | -748/+500 |
| | |||||
* | users/7467: quoted commands weren't found in dispatcher lokoup | Peter Stephenson | 2004-06-03 | 1 | -0/+4 |
| | |||||
* | * 19991: Completion/Unix/Command/_lynx: complete .htm files too. | Clint Adams | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | unposted: _perforce: minor tweak to revision syntax | Peter Stephenson | 2004-05-19 | 1 | -3/+14 |
| | |||||
* | * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo: | Clint Adams | 2004-05-01 | 1 | -0/+8 |
| | | | | | allow search path for command names to be overridden by means of new command-path style. | ||||
* | * 19845: Completion/Debian/Command/_apt-move: apt-move | Clint Adams | 2004-04-28 | 3 | -13/+61 |
| | | | | completion function from Steven Kowalik. | ||||
* | 19839, 19842: improve handling of #q in qualifiers | Peter Stephenson | 2004-04-27 | 1 | -2/+6 |
| | |||||
* | unposted: aap short and long options are mutually exclusive | Doug Kearns | 2004-04-26 | 1 | -16/+16 |
| | |||||
* | 19825: add changes style | Peter Stephenson | 2004-04-23 | 1 | -2/+9 |
| | |||||
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 8 | -57/+68 |
| | | | | completion system to be used with ksh_autoload set | ||||
* | 19798: rudimentary completion for bogoutil. | Clint Adams | 2004-04-19 | 2 | -0/+58 |
| | |||||
* | * 19792: Completion/X/Command/_mplayer: complete .m2v and .m2p, | Clint Adams | 2004-04-18 | 1 | -1/+1 |
| | | | | thanks to Rene H. Larsen. | ||||
* | 19790: complete functions after -a and allow multiple -z/-k options | Oliver Kiddle | 2004-04-17 | 1 | -14/+17 |
| | |||||
* | 19775: new completion for php | Doug Kearns | 2004-04-16 | 3 | -2/+39 |
| | |||||
* | * 19606: Completion/Unix/Command/_tla: switch tla completion to | Clint Adams | 2004-04-15 | 1 | -7/+966 |
| | | | | the version by Jason McCarty, Erik Toubro Nielsen, and Rob Weir. | ||||
* | * Jay Berkenbilt: 19769: Completion/Unix/Command/_rsync: | Clint Adams | 2004-04-14 | 1 | -2/+2 |
| | | | | fix quoting for remote file completion, add -L to ls command. |