1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
Commit Graph

1719 Commits

Author SHA1 Message Date
Peter Stephenson
53383c33b8 20364: use $WIDGETSTYLE in _oldlist 2004-09-16 14:46:50 +00:00
Wayne Davison
5652f0e09c Incorporate Jean-Baptiste Quenot's change that improves the parsing
of the <target ...> tag.
2004-08-24 20:52:23 +00:00
Wayne Davison
60b7d10a80 - Fixed the perl code that was using the @matches array.
- Simplified the other perl code just a little.
2004-08-21 03:07:01 +00:00
Wayne Davison
472e21e242 One of the new parenthetical expressions needs to not return a value
so that it doesn't put items into the @matches array.
2004-08-18 20:30:27 +00:00
Wayne Davison
f12d3cca9f Don't output a target "VAR" for a line of the form "VAR := VALUE". 2004-08-18 20:22:46 +00:00
Wayne Davison
9dd5252c9f Don't output make targets all clumped into a single string when useperl
is enabled.
2004-08-18 17:10:27 +00:00
Oliver Kiddle
ad25b67e3d 20254: restrict scope of the default tag-order to fix a problem with cdrecord
completion. Ideally the tag-order should go but _arguments currently needs it.
2004-08-11 11:57:04 +00:00
Oliver Kiddle
f4973986e9 20237: handle mysqlimport, more mysql options. Redo screen session completion 2004-08-07 19:01:09 +00:00
Oliver Kiddle
d8b1242723 20236: fix problem with keep-prefix style where a modifier removes the prefix 2004-08-07 15:27:07 +00:00
Oliver Kiddle
0172512966 20235: sync remote file completion against _ssh to fix bug with quote handling 2004-08-07 14:28:31 +00:00
Clint Adams
6a84de2db9 * 20230: Completion/Debian/Command/_apt: dumb down apt-get
install completion and always complete from all available packages.
2004-08-01 14:48:14 +00:00
Peter Stephenson
e31d0b939d 20204: Motoi Washida: typo in _retrieve_cache 2004-07-28 09:33:20 +00:00
Peter Stephenson
804599a7ce 20200 plus unposted: fix MIME stuff,
don't let _kfmclient drop through to `no more arguments' unnecessarily
2004-07-28 09:18:29 +00:00
Peter Stephenson
8c9a6b01d1 20199: improve MIME handling. 2004-07-26 16:59:53 +00:00
Oliver Kiddle
6bc341280e 20180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systems 2004-07-23 14:19:28 +00:00
Oliver Kiddle
8605ba6dac Motoi Washida: 20179: new completions for Mac OS X 2004-07-23 13:37:42 +00:00
Oliver Kiddle
d8e4bb5a38 Jean-Baptiste Quenot: 20167: find targets enclosed in single quotes 2004-07-19 16:30:54 +00:00
Bart Schaefer
125bc163d6 Fix typos in some descriptions. 2004-06-24 15:45:58 +00:00
Oliver Kiddle
773b5c95d4 20077: fix completion of reserved words 2004-06-18 17:49:17 +00:00
Peter Stephenson
4dc114f160 _arguments fix for configure, unconfirmed 2004-06-18 09:48:58 +00:00
Oliver Kiddle
5177458d40 20069: complete character encodings case-insensitively for GNU iconv 2004-06-17 13:12:25 +00:00
Oliver Kiddle
c8de227be6 20059: check for systems using . separator instead of for those using : 2004-06-17 13:10:05 +00:00
Oliver Kiddle
78da7d872e users/7553: include zsh version in dump file to avoid problems with upgrades 2004-06-16 15:10:13 +00:00
Clint Adams
7c35cffb0d 20055: Completion/Unix/Command/_tla: additions and fixes from Jason McCarty. 2004-06-15 20:33:43 +00:00
Peter Stephenson
03d14ff12e users/7467: quoted commands weren't found in dispatcher lokoup 2004-06-03 15:14:55 +00:00
Clint Adams
957c870b57 * 19991: Completion/Unix/Command/_lynx: complete .htm files too. 2004-05-28 14:24:18 +00:00
Peter Stephenson
3971345ee6 unposted: _perforce: minor tweak to revision syntax 2004-05-19 11:10:47 +00:00
Clint Adams
0056db1cfb * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:
allow search path for command names to be overridden by means of new
        command-path style.
2004-05-01 05:47:38 +00:00
Clint Adams
039b15b516 * 19845: Completion/Debian/Command/_apt-move: apt-move
completion function from Steven Kowalik.
2004-04-28 14:07:56 +00:00
Peter Stephenson
28bd1b02cf 19839, 19842: improve handling of #q in qualifiers 2004-04-27 17:00:11 +00:00
Doug Kearns
d4cc68878c unposted: aap short and long options are mutually exclusive 2004-04-26 13:47:07 +00:00
Peter Stephenson
817b5a142c 19825: add changes style 2004-04-23 17:11:39 +00:00
Oliver Kiddle
ca0deae382 19767, 19785: store flags for -z and -k options to autoload allowing the
completion system to be used with ksh_autoload set
2004-04-20 12:11:13 +00:00
Clint Adams
acbd025a02 19798: rudimentary completion for bogoutil. 2004-04-19 20:58:47 +00:00
Clint Adams
55940daefb * 19792: Completion/X/Command/_mplayer: complete .m2v and .m2p,
thanks to Rene H. Larsen.
2004-04-18 22:09:51 +00:00
Oliver Kiddle
53b0a922a2 19790: complete functions after -a and allow multiple -z/-k options 2004-04-17 21:07:16 +00:00
Doug Kearns
9b32c65e49 19775: new completion for php 2004-04-16 15:50:00 +00:00
Clint Adams
dd9929a30e * 19606: Completion/Unix/Command/_tla: switch tla completion to
the version by Jason McCarty, Erik Toubro Nielsen, and Rob Weir.
2004-04-15 03:56:39 +00:00
Clint Adams
255ed50eae * Jay Berkenbilt: 19769: Completion/Unix/Command/_rsync:
fix quoting for remote file completion, add -L to ls command.
2004-04-14 14:54:13 +00:00
Oliver Kiddle
9ea50e0e4d Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commands 2004-04-14 08:17:48 +00:00
Oliver Kiddle
36b568a4f1 add missing local declaration 2004-04-14 08:11:20 +00:00
Oliver Kiddle
37522a2dea 19768: add clue to insecure directories warning and send errors to stderr 2004-04-14 08:08:53 +00:00
Oliver Kiddle
3876601c79 19708: change getent() to handle two arguments 2004-03-30 16:38:04 +00:00
Clint Adams
43513b4288 * 19691: Completion/Unix/Type/_diff_options: Allow more than
one --exclude or -x to diff.
2004-03-25 16:52:45 +00:00
Peter Stephenson
dda348832d 19661: Support diff -u for Solaris 2.10 upwards 2004-03-23 10:32:43 +00:00
Clint Adams
417c52e243 * 19673: Peter Palfrader: Completion/Unix/Command/_cvs:
tags can contain the + character.
----------------------------------------------------------------------
2004-03-22 23:43:36 +00:00
Peter Stephenson
bd100f2838 19669, 19670: Danek Duvall: two compaudit problems 2004-03-22 19:59:23 +00:00
Bart Schaefer
2313f83218 As suggested by 19666 and corrected by 19668, fix remote file completion. 2004-03-21 01:54:49 +00:00
Oliver Kiddle
8fc76ca370 19648: complete -t and -n options 2004-03-17 14:19:12 +00:00
Oliver Kiddle
443f97422a fix indentation, missing local and add to .distfiles 2004-03-12 16:32:08 +00:00