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

1438 Commits

Author SHA1 Message Date
Sven Wischnowsky
4446df3dff fix for use of (z) parameter modifier; the first word in the parameter is parsed like the first word on a command line, treating parens specially (17252) 2002-05-29 15:05:22 +00:00
Oliver Kiddle
d8d9181861 add handling for the other texinfo commands (besides info) 2002-05-28 14:22:38 +00:00
Clint Adams
f486cc9ce9 17244: don't complete udebs for dpkg -i or --unpack 2002-05-28 14:07:35 +00:00
Clint Adams
b66a4a262f 17234: don't call _path_files with empty (). 2002-05-26 19:22:42 +00:00
Clint Adams
53ec91769c 17225: $=CVSIGNORE instead of $CVSIGNORE 2002-05-25 23:04:02 +00:00
Andrey Borzenkov
db4e4c400d unposted: use zstyle again now when it works 2002-05-23 14:48:57 +00:00
Andrey Borzenkov
395cb853d7 17125, 17159 (Oliver): info completion 2002-05-23 14:36:17 +00:00
Sven Wischnowsky
86f38401aa for automatic long options completion, use the string after the equal signs (from the --help-text) as the description to shown when completing after the option (17214) 2002-05-23 12:20:15 +00:00
Sven Wischnowsky
70120f22ee rename max-match-length style to max-matches-width (17213) 2002-05-23 12:16:42 +00:00
Clint Adams
c08e0636e8 17211: respect $CVSIGNORE. 2002-05-23 06:23:34 +00:00
Sven Wischnowsky
b169a45ebc let _init_d use a pre-pattern (17193) 2002-05-21 07:58:24 +00:00
Sven Wischnowsky
ba168b43da fix removal of automatically added specs (from the -- option) for which a user-defined one is present (17191) 2002-05-21 07:44:57 +00:00
Sven Wischnowsky
477cc33aae better splitting of -g-strings; this failed when patterns contained spaces (17189) 2002-05-21 07:35:33 +00:00
Felix Rosencrantz
bfc32be424 (17021) Added _valgrind, completion function for Julian Seward's Linux-based memory checking tool. 2002-05-20 21:51:56 +00:00
Felix Rosencrantz
9b9b21cc67 Function for Tom Lord's arch SCM tool. It still has many problems,
but seems to be the fullest larch completion function so far.
2002-05-20 14:29:47 +00:00
Sven Wischnowsky
757e68c5e7 fix for _arguments: don't use argument-tag when completing options; fix for _services: leave loop when matches were produced (17148) 2002-05-14 08:08:44 +00:00
Sven Wischnowsky
b0e4b61a82 allow users to give the maximum number of display-columns the matches should take up via the style currently named max-match-length (17147) 2002-05-14 08:01:12 +00:00
Andrey Borzenkov
95b2f57eae unposted: fix context name; do not set style by default until it works 2002-05-12 09:45:20 +00:00
Andrey Borzenkov
e484b0f83c 17075, 17076: _urpmi and chkconfig/services 2002-05-08 09:18:12 +00:00
Andrey Borzenkov
e87163dabb 17074: mondoarchive completion 2002-05-08 09:08:47 +00:00
Sven Wischnowsky
5c93cbc7e9 fix _arguments' -s option (17078) 2002-05-06 07:59:50 +00:00
Oliver Kiddle
fed88cf8be 17072: fix pushdminus handling in completion after directory stack references 2002-05-03 12:49:27 +00:00
Clint Adams
cebb728926 17057: completion for debfoster 2002-04-30 14:02:10 +00:00
Clint Adams
daa674de33 unposted: add missing bracket in _spamassassin. 2002-04-29 03:03:56 +00:00
Peter Stephenson
9dd13ac83f users/4865: Completion/compinit: need to add NO_octalzeroes to
$_comp_options.
2002-04-25 15:35:31 +00:00
Clint Adams
4e4a8475fb 17044: complete all files for w3m, not just *.html. 2002-04-25 15:16:26 +00:00
Felix Rosencrantz
b3e7ac2f75 Modified _java to use _java_class. 2002-04-16 14:15:33 +00:00
Sven Wischnowsky
2603a2d2b7 make _path_files use match specs from the matcher style when calling compfiles (users/4836) 2002-04-16 08:27:44 +00:00
Sven Wischnowsky
a8e0c3b988 make _values not use -Q (16991) 2002-04-16 07:55:49 +00:00
Sven Wischnowsky
61f8a07bfc make more calls to _message use the -e option (16988) 2002-04-16 07:48:43 +00:00
Clint Adams
d8fc48f7da 16973: complete package name argument to apt-cache policy. 2002-04-12 23:33:57 +00:00
Clint Adams
ed447dd9b7 16972: complete for aaaa, zone, mx, soa, txt. 2002-04-12 23:22:57 +00:00
Felix Rosencrantz
21139de01d New _java_class to find classes on the classpath. 2002-04-10 05:24:29 +00:00
Oliver Kiddle
e38adccc5d 16935: update options completed for ssh and add sftp completion 2002-04-04 14:59:54 +00:00
Clint Adams
87ac2d16d9 16934: complete ssh -1 as well as ssh -2. 2002-04-04 12:41:35 +00:00
Oliver Kiddle
c4b8482b94 add original string as match (like in _approximate) 2002-04-04 12:05:17 +00:00
Oliver Kiddle
41eb475f9b 16923: add insert style for inserting matches instead of adding them as a match 2002-04-04 10:45:59 +00:00
Oliver Kiddle
ac88d2bbef 16913: fix completion after compdef -a and correct typos 2002-03-27 16:10:07 +00:00
Oliver Kiddle
1f14da726e John Beppu: 16866: new completion for figlet 2002-03-27 14:47:14 +00:00
Oliver Kiddle
25b84ec914 handle dot files and directories too 2002-03-19 18:45:32 +00:00
Oliver Kiddle
79952b8e05 16864: fix remote file completion with relative paths 2002-03-19 17:28:20 +00:00
Oliver Kiddle
40c3087461 correct my mistake which broke file completion after grep 2002-03-19 14:49:16 +00:00
Oliver Kiddle
c4bc712432 arg to -C option must be in the same word 2002-03-19 14:38:36 +00:00
Clint Adams
ad47f84fa8 16850: remote file completion via rsync and ssh, plus all options valid in rsync 2.5.2. 2002-03-17 19:00:29 +00:00
Bart Schaefer
d20d427572 16849: shift off `-s' argument. 2002-03-17 18:03:06 +00:00
Clint Adams
ff494e0299 16847: complete multiple -j's after cvs update. 2002-03-17 05:15:35 +00:00
Clint Adams
0031e14357 16846: complete xdvi .dvi.gz and .dvi.bz2 too. 2002-03-17 05:00:48 +00:00
Oliver Kiddle
79323d6d41 16842: resolve name clash for nc between netcat and the nedit client for
completion and add _pick_variant to resolve program variants in general
2002-03-15 16:26:08 +00:00
Oliver Kiddle
2fa33574f0 16838: complete new options of grep 2.5 and value for GREP_OPTIONS parameter 2002-03-15 14:49:36 +00:00
Oliver Kiddle
975b133365 16823: complete for values of GZIP and any *PATH or *path parameters 2002-03-14 15:54:36 +00:00