Sven Wischnowsky
|
163b0101ed
|
add -W option to _arguments, which allows to complete options after options that take an argument in the next word (13902)
|
2001-04-04 11:29:19 +00:00 |
|
Sven Wischnowsky
|
3d7263ff67
|
after-move cleanup
|
2001-04-02 13:04:04 +00:00 |
|
Oliver Kiddle
|
b9c58a73ac
|
various doc fixes and minor completion function changes, most of which
are to use the -A "-*" and -S options to _arguments (13863)
|
2001-04-01 16:19:15 +00:00 |
|
Sven Wischnowsky
|
8d610f7724
|
more cleanup; simplify the stop and liststyles; try to make it obey whatever _main_complete says should be done (menu-wise) (13815)
|
2001-03-28 12:17:12 +00:00 |
|
Sven Wischnowsky
|
6a62ae3564
|
replace path' with more general urls' style (13814)
|
2001-03-28 11:26:05 +00:00 |
|
Sven Wischnowsky
|
e48f71e216
|
make _arguments return 300 only if given the -R option (13790)
|
2001-03-27 13:03:49 +00:00 |
|
Sven Wischnowsky
|
ea08ba3cea
|
_pids shouldn't start menu completion if the current word starts with a hyphen; typo fix in compsys.yo (13763)
|
2001-03-26 08:27:03 +00:00 |
|
Sven Wischnowsky
|
6fda33d3ab
|
fix
|
2001-03-23 12:52:39 +00:00 |
|
Sven Wischnowsky
|
9ef6eed52a
|
add commands and call-command styles; mention some of the more expensive things about completion setup in the docs (13727)
|
2001-03-23 12:44:21 +00:00 |
|
Oliver Kiddle
|
f18221fbb0
|
spelling corrections (13610)
|
2001-03-12 17:39:22 +00:00 |
|
Andrey Borzenkov
|
eeebe3e4ec
|
13544, 13568 (Peter): + syntax for matchers in matcher-list to augment
previous list
|
2001-03-06 07:47:26 +00:00 |
|
Sven Wischnowsky
|
3e6563dd03
|
new _expand_aliases to, well, expand aliases (13566)
|
2001-03-05 13:18:59 +00:00 |
|
Sven Wischnowsky
|
ca585f812b
|
add `services', allowing easier re-use of (parts of) completion functions (13346)
|
2001-01-15 09:11:31 +00:00 |
|
Sven Wischnowsky
|
e0dc80e0e5
|
aloow value `pattern' for insert-unambiguous style to preserve patterns in the original string; add list-suffixes style to make file completion list path suffixes if possible; slightly improved completion of pathnames with multiple pattern-components (13128)
|
2000-11-08 09:20:42 +00:00 |
|
Sven Wischnowsky
|
865f3961b7
|
change some tags used in filename completion: no tag for file-sort, fake-files and ignore-parents, paths for accept-exact (13037)
|
2000-10-23 08:07:32 +00:00 |
|
Sven Wischnowsky
|
f23b23e8a3
|
remove possibility for func() entries in tag-order style, can be done using zstyle -e (12974)
|
2000-10-12 08:28:26 +00:00 |
|
Sven Wischnowsky
|
17e2003c5c
|
rename fake style to fake-files (12973)
|
2000-10-12 07:08:43 +00:00 |
|
Sven Wischnowsky
|
adf7965951
|
add _all_matcher completer and supporting C-code for adding a special match representing all other matches; remove completions style from _expand(|_word) (12960)
|
2000-10-11 12:19:23 +00:00 |
|
Sven Wischnowsky
|
7b35c8639c
|
*** empty log message ***
|
2000-10-10 14:12:41 +00:00 |
|
Sven Wischnowsky
|
62df18f0d8
|
cleanup (12896)
|
2000-10-05 08:41:35 +00:00 |
|
Sven Wischnowsky
|
0f2250de44
|
complete after autoloaded directories (a rather ugly hack); remove old code in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
|
2000-10-05 07:31:00 +00:00 |
|
Bart Schaefer
|
430e294795
|
Fiddle with _expand_word and its doc.
|
2000-09-21 05:16:21 +00:00 |
|
Bart Schaefer
|
dc1f7c5a34
|
Create "User Contributions" doc and make some assoctiated changes.
|
2000-09-04 21:10:29 +00:00 |
|
Bart Schaefer
|
968c9f5f99
|
12716: Document and index REPLY/reply paramters properly.
|
2000-08-29 06:35:39 +00:00 |
|
Sven Wischnowsky
|
0352b80797
|
call ps only once and be more intelligent when finding the PIDs (12640)
|
2000-08-15 09:31:18 +00:00 |
|
Oliver Kiddle
|
29255612ee
|
Minor documentation fixes (12585)
|
2000-08-10 23:06:42 +00:00 |
|
Oliver Kiddle
|
5851a32681
|
add -g option to _parameters to restrict type of parameters completed (12583)
|
2000-08-10 21:22:25 +00:00 |
|
Adam Spiers
|
fd15ea0fb5
|
12486: new completion caching layer
|
2000-08-02 13:45:51 +00:00 |
|
Sven Wischnowsky
|
b2aebcad02
|
if compcontext is an assoc, the keys are the completions and the values are their descriptions (12483)
|
2000-08-02 10:36:19 +00:00 |
|
Sven Wischnowsky
|
cd2984fb66
|
make $compcontext more powerful and easier to use for simple cases
|
2000-08-01 07:19:15 +00:00 |
|
Sven Wischnowsky
|
a2f2ae4f5a
|
clarify manual for menu style; select= and yes= may be given both a number and one of the long* values at the same time (12438)
|
2000-07-31 08:06:37 +00:00 |
|
Sven Wischnowsky
|
3343c75efd
|
fix a bug that started menu selection too often; fix bug for `yes=long' and document it (12405)
|
2000-07-27 10:59:43 +00:00 |
|
Bart Schaefer
|
04aaf1cd7f
|
Move compinit security checks into compaudit.
|
2000-07-26 08:54:58 +00:00 |
|
Sven Wischnowsky
|
046f5da3aa
|
fix for list-prompt docs (12229)
|
2000-07-12 10:36:22 +00:00 |
|
Oliver Kiddle
|
b0337944b4
|
mention more standard tags in documentation and fix some typos (12177)
|
2000-07-05 21:05:57 +00:00 |
|
Peter Stephenson
|
044e8e054c
|
12140: make key rebinding for _expand complter easier
|
2000-07-03 14:00:44 +00:00 |
|
Sven Wischnowsky
|
0ddb4fb835
|
change format style with warnings tag, don't add descriptions as matches; make a-a-i-n-h in menu selection work even without matches (12134)
|
2000-07-03 08:05:27 +00:00 |
|
Sven Wischnowsky
|
d01795be2a
|
reverse meaning of yes=num again (12122)
|
2000-06-29 09:32:04 +00:00 |
|
Sven Wischnowsky
|
d15f36ab5b
|
change suffix style to still do expansion if the suffix contains something to expand (12115)
|
2000-06-29 07:10:31 +00:00 |
|
Sven Wischnowsky
|
4e2e7f292f
|
even more fun with the menu style (no=num, yes=long-list, reverse meaning of yes=num) (12114)
|
2000-06-29 07:04:17 +00:00 |
|
Sven Wischnowsky
|
fde669f76d
|
misc
|
2000-06-28 09:08:03 +00:00 |
|
Bart Schaefer
|
f889ebfaa3
|
12086: Alphabetize.
|
2000-06-28 04:09:56 +00:00 |
|
Sven Wischnowsky
|
9eca7fc726
|
menu style accepts yes=x to start menu completion if there are at least x matches (3219)
|
2000-06-27 15:05:33 +00:00 |
|
Sven Wischnowsky
|
07aec026b6
|
document _use_lo (12082)
|
2000-06-27 13:22:53 +00:00 |
|
Sven Wischnowsky
|
b9a533f382
|
allow subscripts for compadd -[ak]; new style for history completion; better list-colors handling (12029)
|
2000-06-22 08:42:36 +00:00 |
|
Sven Wischnowsky
|
cd335e489a
|
*** empty log message ***
|
2000-06-20 07:16:27 +00:00 |
|
Sven Wischnowsky
|
c071087d1f
|
_arguments: small fix for -s and new `!...' for things not to complete (but to understand) (11985)
|
2000-06-19 13:09:06 +00:00 |
|
Sven Wischnowsky
|
a295e82c1e
|
allow _expand to expand braces; better detection of braces to complete in C (11973)
|
2000-06-19 09:55:31 +00:00 |
|
Sven Wischnowsky
|
2769b19881
|
improve filename completion; use accept-exact for in-path completion; new fake style (11971)
|
2000-06-19 09:32:30 +00:00 |
|
Sven Wischnowsky
|
4299878002
|
restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS (3188)
|
2000-06-19 08:47:43 +00:00 |
|